1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Fix some misleading indentation

Found by Coverity.

https://bugzilla.redhat.com/show_bug.cgi?id=1938808
This commit is contained in:
David King
2021-05-24 16:23:25 +01:00
committed by Nick Wellnhofer
parent 7e74460c9a
commit 23734923db

View File

@ -489,7 +489,7 @@ txtOut += "-------------------------\n";
txtOut += " Compiler: " + compiler + "\n";
if (compiler == "msvc")
txtOut += " C-Runtime option: " + cruntime + "\n";
txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
txtOut += " Static xsltproc: " + boolToStr(buildStatic) + "\n";
txtOut += " Install prefix: " + buildPrefix + "\n";