]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/fina.c
Fix trailing whitespace
[empserver] / src / lib / commands / fina.c
index fca4f886d1f9d3ca92f67acd579824c13f7f26e1..a6add313382285270db77866c27399e5f0ef323f 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  fina.c: Financial report on current status of loans to countries
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996
@@ -54,7 +54,7 @@ fina(void)
        return RET_FAIL;
     }
     if (!snxtitem(&ni, EF_LOAN, "*", NULL))
-       return RET_SYN;
+       return RET_SYN;
     (void)time(&now);
     pr("\n");
     pr("             -= Empire Financial Status Report =- \n");