]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/check.c
Indented with src/scripts/indent-emp.
[empserver] / src / lib / common / check.c
index 9e7a64022bb31a500f6514b996bde8c14729b53d..4894091d5c00f6f1d6836f6a17440ff241e19165 100644 (file)
@@ -38,9 +38,9 @@
 #include "var.h"
 #include "sect.h"
 #include "ship.h"
-#include "plane.h"     
+#include "plane.h"
 #include "nuke.h"
-#include "land.h"      
+#include "land.h"
 #include "item.h"
 #include "nsc.h"
 #include "nat.h"
@@ -161,5 +161,3 @@ check_comm_ok(struct comstr *commp)
     }
     return 1;
 }
-
-