diff --git a/server/client.h b/server/client.h index 7dfd175..aeabc04 100644 --- a/server/client.h +++ b/server/client.h @@ -56,4 +56,5 @@ int client_remove_screen (Client * c, Screen * s); int client_screen_count (Client * c); -#endif \ No newline at end of file +#endif + diff --git a/server/commands/client_commands.h b/server/commands/client_commands.h index e07fd79..03abcce 100644 --- a/server/commands/client_commands.h +++ b/server/commands/client_commands.h @@ -19,4 +19,5 @@ int client_add_key_func (Client * c, int argc, char **argv); int client_del_key_func (Client * c, int argc, char **argv); int backlight_func (Client * c, int argc, char **argv); -#endif \ No newline at end of file +#endif + diff --git a/server/commands/menu_commands.h b/server/commands/menu_commands.h index 6b26300..cf9b556 100644 --- a/server/commands/menu_commands.h +++ b/server/commands/menu_commands.h @@ -20,4 +20,5 @@ int menu_add_item_func (Client * c, int argc, char **argv); int menu_del_item_func (Client * c, int argc, char **argv); int menu_set_item_func (Client * c, int argc, char **argv); -#endif \ No newline at end of file +#endif + diff --git a/server/commands/screen_commands.h b/server/commands/screen_commands.h index 8c641a9..114d9e7 100644 --- a/server/commands/screen_commands.h +++ b/server/commands/screen_commands.h @@ -19,4 +19,5 @@ int screen_set_func (Client * c, int argc, char **argv); int screen_add_key_func (Client * c, int argc, char **argv); int screen_del_key_func (Client * c, int argc, char **argv); -#endif \ No newline at end of file +#endif + diff --git a/server/menuscreens.c b/server/menuscreens.c index d15763b..8aeb68b 100644 --- a/server/menuscreens.c +++ b/server/menuscreens.c @@ -15,4 +15,5 @@ */ -#include "menuscreens.h" \ No newline at end of file +#include "menuscreens.h" + diff --git a/server/menuscreens.h b/server/menuscreens.h index d078881..dac8f23 100644 --- a/server/menuscreens.h +++ b/server/menuscreens.h @@ -19,4 +19,5 @@ MenuEventFuncResult menuscreen_key_handler (); /* This handler should be called by the real handler for the event */ -#endif \ No newline at end of file +#endif +