]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/mission.c
Fix trailing whitespace
[empserver] / src / lib / subs / mission.c
index 9a252ad3143091d7d453936caee48104e217b787..197c4bcd8ac14d2e8671a77223513f079bc77766 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  mission.c: Mission subroutines for planes/ships/units
- * 
+ *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1996-2000
@@ -902,7 +902,7 @@ mission_pln_sel(struct emp_qelem *list, int wantflags, int nowantflags,
            free(qp);
            continue;
        }
-           
+
        if (pcp->pl_flags & P_A) {
            if (roll(100) > pln_identchance(pp, hardtarget, EF_SHIP)) {
                emp_remque(qp);