[Olsr-dev] [PATCH v1 047/115] info: code formatting

Ferry Huberts (spam-protected)
Wed Dec 2 21:28:20 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/info/info_types.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/info/info_types.h b/lib/info/info_types.h
index 2378e81..dc24d35 100644
--- a/lib/info/info_types.h
+++ b/lib/info/info_types.h
@@ -103,11 +103,11 @@ typedef struct {
 #define MAX_CLIENTS 3
 
 typedef struct {
-  char *buffer[MAX_CLIENTS];
-  size_t size[MAX_CLIENTS];
-  size_t written[MAX_CLIENTS];
-  int socket[MAX_CLIENTS];
-  int count;
+    char *buffer[MAX_CLIENTS];
+    size_t size[MAX_CLIENTS];
+    size_t written[MAX_CLIENTS];
+    int socket[MAX_CLIENTS];
+    int count;
 } outbuffer_t;
 
 typedef struct {
-- 
2.5.0




More information about the Olsr-dev mailing list