]> granicus.if.org Git - nethack/commitdiff
More tiny formatting fixes
authorPasi Kallinen <paxed@alt.org>
Tue, 24 Nov 2015 10:04:52 +0000 (12:04 +0200)
committerPasi Kallinen <paxed@alt.org>
Tue, 24 Nov 2015 10:04:52 +0000 (12:04 +0200)
src/detect.c
src/save.c

index f33ce713958a09bd9d5f7bb7d829ce579cab6d7b..1e5b23edc8a1ed8c73ee01d7180c262a91bd65cb 100644 (file)
@@ -1243,7 +1243,9 @@ genericptr_t num;
     }
 }
 
-int findit() /* returns number of things found */
+/* returns number of things found */
+int
+findit()
 {
     int num = 0;
 
index 528f00808c1f91dcb21d3c7a3524ef070e10bd59..92a2a2e7bb23078a19a1098d3f5c2340aa4d4cd4 100644 (file)
@@ -1492,7 +1492,9 @@ char *from, *to;
 #endif /* TOS */
 }
 
-void co_false() /* see comment in bones.c */
+/* see comment in bones.c */
+void
+co_false()
 {
     count_only = FALSE;
     return;