aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/indentor.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/generator/indentor.h')
-rw-r--r--sources/shiboken6/generator/indentor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/generator/indentor.h b/sources/shiboken6/generator/indentor.h
index 3dcec85b6..4516cbbab 100644
--- a/sources/shiboken6/generator/indentor.h
+++ b/sources/shiboken6/generator/indentor.h
@@ -72,7 +72,7 @@ private:
Indentor &indentor;
};
-using Indentation = IndentationBase<4>;
+using Indentation4 = IndentationBase<4>;
template <int tabWidth>
inline QTextStream &operator <<(QTextStream &s, const IndentorBase<tabWidth> &indentor)