about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-24 23:19:48 +0100
committerJames Booth <boothj5@gmail.com>2012-07-24 23:19:48 +0100
commit279737badaebedccd9ce4f5e0c8baf166a346055 (patch)
tree5fdcbb41578ecabcba564a9a8fc015feb268a686 /src/main.c
parent6bbad269db9fbce40676966c745506f6c3a72d7d (diff)
downloadprofani-tty-279737badaebedccd9ce4f5e0c8baf166a346055.tar.gz
Function signatures across lines
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8bd5df56..c4175160 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,8 @@
 static gboolean disable_tls = FALSE;
 static gboolean version = FALSE;
 
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
 {   
     static GOptionEntry entries[] = 
     {