]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/path.c
Convert tab after #define to space
[empserver] / src / lib / common / path.c
index 765c7b568506eac189d8583bef1faff1d0dacd89..c0344d13e33a8cfda3613b75f8f97fdb71a20903 100644 (file)
@@ -47,8 +47,8 @@
 #include "sect.h"
 #include "xy.h"
 
-#define        BP_ASHASHSIZE   128     /* A* queue hash table size */
-#define        BP_NEIGHBORS    6       /* max number of neighbors */
+#define BP_ASHASHSIZE  128     /* A* queue hash table size */
+#define BP_NEIGHBORS   6       /* max number of neighbors */
 
 struct bestp {
     int sctcache_hits;