summaryrefslogtreecommitdiff
path: root/src/linkgraph/refresh.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-15 18:31:37 +0000
committerrubidium <rubidium@openttd.org>2014-10-15 18:31:37 +0000
commitd534c80e9401c49414f5980aedff13c6100a20c2 (patch)
treeef6dfe4050f387245c018fb71737a8e0e1c31335 /src/linkgraph/refresh.h
parent155114aa98750b6245e045e347b91d1098d26099 (diff)
downloadopenttd-d534c80e9401c49414f5980aedff13c6100a20c2.tar.xz
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
Diffstat (limited to 'src/linkgraph/refresh.h')
-rw-r--r--src/linkgraph/refresh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linkgraph/refresh.h b/src/linkgraph/refresh.h
index 7c221bc22..496729df7 100644
--- a/src/linkgraph/refresh.h
+++ b/src/linkgraph/refresh.h
@@ -101,4 +101,4 @@ protected:
void RefreshLinks(const Order *cur, const Order *next, uint8 flags, uint num_hops = 0);
};
-#endif // REFRESH_H
+#endif /* REFRESH_H */