summaryrefslogtreecommitdiff
path: root/src/bmp.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-25 00:16:30 +0000
committerrubidium <rubidium@openttd.org>2007-07-25 00:16:30 +0000
commitb29026864567b6a3842bd5b518ac989e5cd29d97 (patch)
treebc80f8b8cc5d138e78c7794df9fa66f425b589f3 /src/bmp.cpp
parente640900e8ac5e35dad2242bda391903a04906852 (diff)
downloadopenttd-b29026864567b6a3842bd5b518ac989e5cd29d97.tar.xz
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
Diffstat (limited to 'src/bmp.cpp')
-rw-r--r--src/bmp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bmp.cpp b/src/bmp.cpp
index 4ee43c4cf..a96c3680c 100644
--- a/src/bmp.cpp
+++ b/src/bmp.cpp
@@ -9,7 +9,8 @@
#include "macros.h"
#include "helpers.hpp"
-void BmpInitializeBuffer(BmpBuffer *buffer, FILE *file) {
+void BmpInitializeBuffer(BmpBuffer *buffer, FILE *file)
+{
buffer->pos = -1;
buffer->file = file;
buffer->read = 0;