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
commit7fe3635cdbdda719d25cfc56f74e8916fd0ba1da (patch)
treebc80f8b8cc5d138e78c7794df9fa66f425b589f3 /src/bmp.cpp
parent542f552f6e7eaacaf0eb79668caeb232649668a5 (diff)
downloadopenttd-7fe3635cdbdda719d25cfc56f74e8916fd0ba1da.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;