summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-06-26 14:51:27 +0000
committeralberth <alberth@openttd.org>2010-06-26 14:51:27 +0000
commit87129fb9f5c2296cbaac0bc83e8619e0f7c4538c (patch)
tree3312d7f8315cbecea710cfa9a223131feee56a9d /src/newgrf_text.cpp
parent647bbbe923423f834e7ffde139f30e0e5a8e7ddf (diff)
downloadopenttd-87129fb9f5c2296cbaac0bc83e8619e0f7c4538c.tar.xz
(svn r20019) -Codechange: Apply function code style to a few small functions.
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r--src/newgrf_text.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp
index 112a3b2cf..c22a855cf 100644
--- a/src/newgrf_text.cpp
+++ b/src/newgrf_text.cpp
@@ -614,7 +614,10 @@ void PrepareTextRefStackUsage(byte numEntries)
}
/** Stop using the TTDP compatible string code parsing */
-void StopTextRefStackUsage() { _newgrf_textrefstack->used = false; }
+void StopTextRefStackUsage()
+{
+ _newgrf_textrefstack->used = false;
+}
void SwitchToNormalRefStack()
{