commit 85bcf0d93f7b0137c1d3b4d030a1840cbfe5892e
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Oct 19 14:10:47 2016 +0200

    Fix indentation
    
    Thanks to Juergen and gcc 6.2.
---
 src/LyXVC.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp
index 1572a03..3c4bbf8 100644
--- a/src/LyXVC.cpp
+++ b/src/LyXVC.cpp
@@ -45,10 +45,10 @@ docstring LyXVC::vcstatus() const
 {
        if (!vcs)
                return docstring();
-               if (locking())
-                       return bformat(_("%1$s lock"), 
from_ascii(vcs->vcname()));
-               else
-                       return from_ascii(vcs->vcname());
+       if (locking())
+               return bformat(_("%1$s lock"), from_ascii(vcs->vcname()));
+       else
+               return from_ascii(vcs->vcname());
 }
 
 

Reply via email to