summaryrefslogtreecommitdiffstats
path: root/cmake/modulecppexports.h.in
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-06-09 18:24:43 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-14 01:31:07 +0000
commit7c135a4e0cbd2b49da6ab1ca69fe1fc0020663f1 (patch)
tree198cab804db7d95252b6c4fdede641c644664bf3 /cmake/modulecppexports.h.in
parente2500fd5d63bbb7d998bcc3ab876eea39c7d5ab5 (diff)
modulecppexports.h.in: re-indent nested preprocessor directives
Amends 0d9f4e7526fbf1e072aa3518e4e5313332ee4f18. Task-number: QTBUG-100452 Change-Id: Iaa6626853a4241f750a6929fc9f604a149c874eb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit ecbe56825acd51a049fab0026ce6f5c06ce09d4f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake/modulecppexports.h.in')
-rw-r--r--cmake/modulecppexports.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/modulecppexports.h.in b/cmake/modulecppexports.h.in
index c39065c3fb..a126dea0ec 100644
--- a/cmake/modulecppexports.h.in
+++ b/cmake/modulecppexports.h.in
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 The Qt Company Ltd.
+// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef @header_base_name_upper@_H
@@ -17,9 +17,9 @@
#endif
#ifdef QT_@module_define_infix@_BUILD_REMOVED_API
-#define QT_@module_define_infix@_REMOVED_SINCE(major, minor) QT_DEPRECATED_SINCE(major, minor)
+# define QT_@module_define_infix@_REMOVED_SINCE(major, minor) QT_DEPRECATED_SINCE(major, minor)
#else
-#define QT_@module_define_infix@_REMOVED_SINCE(major, minor) 0
+# define QT_@module_define_infix@_REMOVED_SINCE(major, minor) 0
#endif
#endif // @header_base_name_upper@_H