diff options
author | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-03-31 16:21:55 +0200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-04-24 17:40:11 +0200 |
commit | dd35a437039b48c384057e1d3cac18681497f58e (patch) | |
tree | f6f7cb758898fd56ba103b9a8672de8a30cace1a /src/widgets | |
parent | a64bd6e22c747f082f6167926b50e5eb16f4fdf0 (diff) | |
download | openttd-dd35a437039b48c384057e1d3cac18681497f58e.tar.xz |
Codechange: Revert unnecessary indentation change
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/misc_widget.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h index 9f6a7e5f5..806f889bb 100644 --- a/src/widgets/misc_widget.h +++ b/src/widgets/misc_widget.h @@ -30,12 +30,12 @@ enum AboutWidgets { /** Widgets of the #QueryStringWindow class. */ enum QueryStringWidgets { - WID_QS_CAPTION, ///< Caption of the window. - WID_QS_TEXT, ///< Text of the query. - WID_QS_WARNING, ///< Warning label about password security - WID_QS_DEFAULT, ///< Default button. - WID_QS_CANCEL, ///< Cancel button. - WID_QS_OK, ///< OK button. + WID_QS_CAPTION, ///< Caption of the window. + WID_QS_TEXT, ///< Text of the query. + WID_QS_WARNING, ///< Warning label about password security + WID_QS_DEFAULT, ///< Default button. + WID_QS_CANCEL, ///< Cancel button. + WID_QS_OK, ///< OK button. }; /** Widgets of the #QueryWindow class. */ |