]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/laun.c
Fix trailing whitespace
[empserver] / src / lib / commands / laun.c
index 5c5db7203e0cce5d48fbeffde683225f2e37c767..7c565c3006792c2c9dec4b40e188b5566d286f53 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  laun.c: Launch missiles from land or sea
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
@@ -93,7 +93,7 @@ laun(void)
            }
        }
 
-       if (plane.pln_effic < 40) { 
+       if (plane.pln_effic < 40) {
            pr("%s is damaged (%d%%)\n", prplane(&plane), plane.pln_effic);
            continue;
        }