[Olsr-dev] [PATCH v1 072/115] info: minor formatting fix

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


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/info/info_types.h | 2 +-
 lib/info/olsrd_info.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/info/info_types.h b/lib/info/info_types.h
index c0e7529..6a30ee7 100644
--- a/lib/info/info_types.h
+++ b/lib/info/info_types.h
@@ -118,4 +118,4 @@ typedef struct {
   { .name = "allowlocalhost", .set_plugin_parameter = &set_plugin_boolean, .data = &config.allow_localhost }, \
   { .name = "ipv6only", .set_plugin_parameter = &set_plugin_boolean, .data = &config.ipv6_only }
 
-  #endif /* _OLSRD_LIB_INFO_INFO_TYPES_H_ */
+#endif /* _OLSRD_LIB_INFO_INFO_TYPES_H_ */
diff --git a/lib/info/olsrd_info.c b/lib/info/olsrd_info.c
index 13631dd..bb7fb18 100644
--- a/lib/info/olsrd_info.c
+++ b/lib/info/olsrd_info.c
@@ -194,7 +194,7 @@ static void send_info(unsigned int send_what, int the_socket) {
     headerLength = abuf.len;
   }
 
-// only add if normal format
+  // only add if normal format
   if (send_what & SIW_ALL) {
     if ((*functions).output_start)
       (*(*functions).output_start)(&abuf);
-- 
2.5.0




More information about the Olsr-dev mailing list