]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/rada.c
Fix trailing whitespace
[empserver] / src / lib / commands / rada.c
index 3e488bee6aeee85fa219509c1f39c75c0ade3575..af91ceaa0faf289503c3def40aef4e671504575a 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  rada.c: Do radar from a ship/unit/sector
- * 
+ *
  *  Known contributors to this file:
  *     Ron Koenderink, 2006
  */
@@ -66,7 +66,7 @@ radar(short type)
 
     sprintf(prompt, "Radar from (%s # or sector(s)) : ", ef_nameof(type));
     cp = getstarg(player->argp[1], prompt, buf);
-                     
+
     if (cp == 0)
        return RET_SYN;
     switch (sarg_type(cp)) {