summaryrefslogtreecommitdiff
path: root/src/pathfinder/npf/aystar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathfinder/npf/aystar.h')
-rw-r--r--src/pathfinder/npf/aystar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/npf/aystar.h b/src/pathfinder/npf/aystar.h
index 56c1804e0..426a292a0 100644
--- a/src/pathfinder/npf/aystar.h
+++ b/src/pathfinder/npf/aystar.h
@@ -32,7 +32,7 @@ enum {
AYSTAR_DONE
};
-enum{
+enum {
AYSTAR_INVALID_NODE = -1,
};