diff options
author | rubidium <rubidium@openttd.org> | 2014-10-15 18:31:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-15 18:31:37 +0000 |
commit | d534c80e9401c49414f5980aedff13c6100a20c2 (patch) | |
tree | ef6dfe4050f387245c018fb71737a8e0e1c31335 /src/widgets/sign_widget.h | |
parent | 155114aa98750b6245e045e347b91d1098d26099 (diff) | |
download | openttd-d534c80e9401c49414f5980aedff13c6100a20c2.tar.xz |
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
Diffstat (limited to 'src/widgets/sign_widget.h')
-rw-r--r-- | src/widgets/sign_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h index 676e6741b..f390793ce 100644 --- a/src/widgets/sign_widget.h +++ b/src/widgets/sign_widget.h @@ -34,4 +34,4 @@ enum QueryEditSignWidgets { WID_QES_NEXT, ///< Next button. }; -#endif /* */ +#endif /* SIGN_WIDGET_H */ |