network: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Jan 2018 14:49:30 +0000 (23:49 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Jan 2018 14:49:55 +0000 (23:49 +0900)
Follow-up for 56a23cb40aadea95f7e24a911ba973fe132878b8.

src/network/networkd-radv.c

index 5fdab89..a921d12 100644 (file)
 #include "sd-radv.h"
 #include "string-util.h"
 
-int config_parse_router_prefix_delegation(const char *unit,
-                                          const char *filename,
-                                          unsigned line,
-                                          const char *section,
-                                          unsigned section_line,
-                                         const char *lvalue,
-                                          int ltype,
-                                          const char *rvalue,
-                                          void *data,
-                                          void *userdata) {
+int config_parse_router_prefix_delegation(
+                const char *unit,
+                const char *filename,
+                unsigned line,
+                const char *section,
+                unsigned section_line,
+                const char *lvalue,
+                int ltype,
+                const char *rvalue,
+                void *data,
+                void *userdata) {
+
         Network *network = userdata;
         int d;