From cf89569f1ab2162e81fc233b4734f0f6a1fdd5ce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Mar 2025 14:46:49 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit bb46657324ee993d796ace56ebf1705739a9dfd2) --- src/data/syntax_xml_generator.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/data/syntax_xml_generator.cpp') diff --git a/src/data/syntax_xml_generator.cpp b/src/data/syntax_xml_generator.cpp index 3bf5e2a..48f3bae 100644 --- a/src/data/syntax_xml_generator.cpp +++ b/src/data/syntax_xml_generator.cpp @@ -116,18 +116,18 @@ void addAsmContexts(TQTextStream &s) s << " " << endl; s << endl; s << " " << endl; - s << " " << endl; - s << " " << endl; - s << " " << endl; - s << " " << endl; + s << " " << endl; + s << " " << endl; + s << " " << endl; + s << " " << endl; s << " " << endl; s << " " << endl; s << endl; - s << " " << endl; - s << " " << endl; - s << " " << endl; - s << " " << endl; - s << " " << endl; + s << " " << endl; + s << " " << endl; + s << " " << endl; + s << " " << endl; + s << " " << endl; s << endl; s << " " << endl; s << " " << endl; @@ -136,7 +136,7 @@ void addAsmContexts(TQTextStream &s) s << " " << endl; s << " " << endl; s << " " << endl; - s << " " << endl; + s << " " << endl; s << " " << endl; s << " " << endl; s << " " << endl; @@ -209,7 +209,7 @@ int main(int, char **) (*s) << " " << endl; (*s) << " " << endl; (*s) << " " << endl; - (*s) << " " << endl; + (*s) << " " << endl; (*s) << " " << endl; (*s) << " " << endl; (*s) << " " << endl; @@ -221,7 +221,7 @@ int main(int, char **) (*s) << " " << endl; (*s) << " " << endl; (*s) << " " << endl; - (*s) << " " << endl; + (*s) << " " << endl; (*s) << " " << endl; (*s) << " " << endl; (*s) << " " << endl; -- cgit v1.2.3