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
committerMarc Mutz <marc.mutz@qt.io>2022-06-14 03:30:48 +0200
commitecbe56825acd51a049fab0026ce6f5c06ce09d4f (patch)
tree2a2342b1cb9b665b46d4f3abfa5885536313d763 /cmake/modulecppexports.h.in
parent4e66c69bad1235d08d82de75d50617ad7d15a3ea (diff)
modulecppexports.h.in: re-indent nested preprocessor directives
Amends 0d9f4e7526fbf1e072aa3518e4e5313332ee4f18. Task-number: QTBUG-100452 Pick-to: 6.4 6.3 6.2 Change-Id: Iaa6626853a4241f750a6929fc9f604a149c874eb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
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