[libxslt] Fix some misleading indentation
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] Fix some misleading indentation
- Date: Sat, 12 Feb 2022 20:55:23 +0000 (UTC)
commit 23734923dbc7b87fbea99d629ae959eed852deb9
Author: David King <amigadave amigadave com>
Date: Mon May 24 16:23:25 2021 +0100
Fix some misleading indentation
Found by Coverity.
https://bugzilla.redhat.com/show_bug.cgi?id=1938808
win32/configure.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/win32/configure.js b/win32/configure.js
index 549b942e..c1297944 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -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";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]