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:
committed by
Nick Wellnhofer
parent
7e74460c9a
commit
23734923db
@ -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";
|
||||
|
Reference in New Issue
Block a user