[Libreoffice-commits] online.git: common/Unit.hpp

Tor Lillqvist tml at collabora.com
Tue Dec 27 10:35:49 UTC 2016


 common/Unit.hpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a9e733118aae32c286df8816510af5b02a1cf14
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Dec 27 12:35:07 2016 +0200

    Indentation fix
    
    Change-Id: I7ac537049995356dc33377311ef82e9916dbd98a

diff --git a/common/Unit.hpp b/common/Unit.hpp
index 73c3fb4..835c500 100644
--- a/common/Unit.hpp
+++ b/common/Unit.hpp
@@ -138,8 +138,8 @@ public:
     };
     /// Simulate an incoming request
     static void testHandleRequest(TestRequest type,
-                           UnitHTTPServerRequest& request,
-                           UnitHTTPServerResponse& response);
+                                  UnitHTTPServerRequest& request,
+                                  UnitHTTPServerResponse& response);
     /// Do we have hooks for the Kit too
     bool hasKitHooks() { return _hasKitHooks; }
     /// set in your unit if you want to be injected into the kit too.


More information about the Libreoffice-commits mailing list