Codechange: Revert unnecessary indentation change

This commit is contained in:
Niels Martin Hansen 2019-03-31 16:21:55 +02:00
parent a64bd6e22c
commit dd35a43703
1 changed files with 6 additions and 6 deletions

View File

@ -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. */