From ecbe56825acd51a049fab0026ce6f5c06ce09d4f Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 9 Jun 2022 18:24:43 +0200 Subject: [PATCH] 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 --- cmake/modulecppexports.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modulecppexports.h.in b/cmake/modulecppexports.h.in index c39065c3fbd..a126dea0ecd 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