From dd35a437039b48c384057e1d3cac18681497f58e Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sun, 31 Mar 2019 16:21:55 +0200 Subject: Codechange: Revert unnecessary indentation change --- src/widgets/misc_widget.h | 12 ++++++------ 1 file 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. */ -- cgit v1.2.3-70-g09d2