From 94e0d68480681f06e7537691bb3d76d06903a43c Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Tue, 12 Mar 2019 18:47:33 +0100
Subject: [PATCH] [rootx] (NFC) Indentation.

---
 rootx/src/rootx.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rootx/src/rootx.cxx b/rootx/src/rootx.cxx
index c4787557ac8..3b1a200d695 100644
--- a/rootx/src/rootx.cxx
+++ b/rootx/src/rootx.cxx
@@ -477,7 +477,7 @@ int main(int argc, char **argv)
       if (!strcmp(argv[i], "-ll"))        gNoLogo  = true;
       if (!strcmp(argv[i], "-a"))         about    = true;
       if (!strcmp(argv[i], "-config"))    gNoLogo  = true;
-      if (!strcmp(argv[i], "--version"))    gNoLogo  = true;
+      if (!strcmp(argv[i], "--version"))  gNoLogo  = true;
       if (!strcmp(argv[i], "--notebook")) notebook = true;
    }
 
-- 
GitLab