mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user