]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/bestpath.c
Fix trailing whitespace
[empserver] / src / lib / common / bestpath.c
index 41b0e83086e4accfdfb105f251880dd6acee819e..9f7d33a9654c3e244bb06826b0c21dda5629aada 100644 (file)
  *  ---
  *
  *  bestpath.c: Find the best path between sectors
- * 
+ *
  *  Known contributors to this file:
  *     Steve McClure, 1998-2000
  *     Markus Armbruster, 2006
  */
 
-/* 
+/*
  * IMPORTANT: These routines are very selectively used in the server.
  *
  * "bestownedpath" is only used to determine paths for ships and planes.
- * 
+ *
  * Callers should not be calling these directly anymore. They should use
  * the "BestShipPath", "BestAirPath", "BestLandPath" and "BestDistPath"
  * functions.  Note that those last two use the A* algorithms to find