summaryrefslogtreecommitdiff
path: root/src/pathfinder/npf/queue.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-02-10 17:37:47 +0000
committersmatz <smatz@openttd.org>2010-02-10 17:37:47 +0000
commitc5b34444af495322255f4b427b3bcc10de8d3e7d (patch)
tree9f43e951fef75b427a0a1db09b714146722cf7f7 /src/pathfinder/npf/queue.h
parent023fc16894b191b4841da5f01480907653089301 (diff)
downloadopenttd-c5b34444af495322255f4b427b3bcc10de8d3e7d.tar.xz
(svn r19084) -Codechange: minor coding-style fixups
Diffstat (limited to 'src/pathfinder/npf/queue.h')
-rw-r--r--src/pathfinder/npf/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/npf/queue.h b/src/pathfinder/npf/queue.h
index 76421e9ac..fc913de35 100644
--- a/src/pathfinder/npf/queue.h
+++ b/src/pathfinder/npf/queue.h
@@ -37,7 +37,7 @@ struct BinaryHeapNode {
};
-struct Queue{
+struct Queue {
/*
* Pushes an element into the queue, at the appropriate place for the queue.
* Requires the queue pointer to be of an appropriate type, of course.