More formatting updates. Reduced whitespace, looks even better.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
@@ -24,7 +23,6 @@
|
||||
#include "render.h"
|
||||
#include "serverscreens.h"
|
||||
|
||||
|
||||
int Shutdown_func ();
|
||||
int System_halt_func ();
|
||||
int Reboot_func ();
|
||||
@@ -41,7 +39,6 @@ int Backlight_Off_func ();
|
||||
int Backlight_On_func ();
|
||||
int Backlight_Open_func ();
|
||||
|
||||
|
||||
menu_item main_menu[] = {
|
||||
{"LCDproc", 0, 0}, // Title
|
||||
{"Options", TYPE_MENU, (void *) options_menu},
|
||||
@@ -92,8 +89,6 @@ menu_item Backlight_menu[] = {
|
||||
{0, 0, 0},
|
||||
};
|
||||
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// Plug-in functions for menu items
|
||||
//
|
||||
@@ -167,7 +162,6 @@ OK_func ()
|
||||
return MENU_OK;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
Time24_func (int input)
|
||||
{
|
||||
@@ -295,7 +289,6 @@ Contrast_func (int input)
|
||||
return (status | MENU_OK);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
server_menu ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user