From efd782699b63038a36bf68eaa1230d2d10bd9b38 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 12 Apr 2008 21:14:03 +0000 Subject: Yet another style for source code. GNU style now used (I am fed up with tabs...) --- src/help.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/help.h') diff --git a/src/help.h b/src/help.h index df4fc0a..2753137 100755 --- a/src/help.h +++ b/src/help.h @@ -1,4 +1,4 @@ -/* $calcurse: help.h,v 1.4 2007/07/28 13:11:42 culot Exp $ */ +/* $calcurse: help.h,v 1.5 2008/04/12 21:14:03 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,11 +27,13 @@ #ifndef CALCURSE_HELP_H #define CALCURSE_HELP_H -typedef struct { - char *title; - char *text; -} help_page_t; +typedef struct +{ + char *title; + char *text; +} +help_page_t; -void help_screen(void); +void help_screen (void); #endif /* CALCURSE_HELP_H */ -- cgit v1.2.3-54-g00ecf