diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:47:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:20:40 +0200 |
| commit | d13f6bb870cdda71257f665367be8ef9fca86255 (patch) | |
| tree | 52e214718478f1e52856572f5aa1a2ac58537f9f /src/shared/appconfig.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/shared/appconfig.h')
| -rw-r--r-- | src/shared/appconfig.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/shared/appconfig.h b/src/shared/appconfig.h index cca5b0f5..598ee19c 100644 --- a/src/shared/appconfig.h +++ b/src/shared/appconfig.h @@ -22,19 +22,20 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <string> -namespace AppConfig { - +namespace AppConfig +{ #define PARWSTRING wstring -#define APPPARAM(partype, parid, value) partype parid (); +#define APPPARAM(partype, parid, value) partype parid(); #include "appconfig.inc" -namespace MOShared { +namespace MOShared +{ #undef PARWSTRING #undef APPPARAM -} +} // namespace MOShared -} // namespace MOShared +} // namespace AppConfig -#endif // APPCONFIG_H +#endif // APPCONFIG_H |
