From 318280c42c08d510150aaf48654f5650ea5e31c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 17 Aug 2021 14:59:42 +0200
Subject: [PATCH] STY: ws changes

---
 include/caosdb/handler_interface.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/caosdb/handler_interface.h b/include/caosdb/handler_interface.h
index ee38b38..f5d77f8 100644
--- a/include/caosdb/handler_interface.h
+++ b/include/caosdb/handler_interface.h
@@ -57,7 +57,7 @@ namespace caosdb::transaction {
 
 const static std::string logger_name = "caosdb::transaction";
 /*
- * Baseclass for UnaryRpcHandler, DownloadRequestHandler and 
+ * Baseclass for UnaryRpcHandler, DownloadRequestHandler and
  * UploadRequestHandler
  *
  * It handles a request: Its status is contained in the transaction_status
@@ -72,12 +72,12 @@ public:
 
   virtual void Start() = 0;
 
-	/*
-	 * ok indicates whether the current request is in a good state or not. If 
-	 * ok is false, the request will be ended.
-	 *
-	 * returns false if the handler is done
-	 */
+  /*
+   * ok indicates whether the current request is in a good state or not. If
+   * ok is false, the request will be ended.
+   *
+   * returns false if the handler is done
+   */
   virtual bool OnNext(bool ok) = 0;
 
   virtual void Cancel() = 0;
-- 
GitLab