From: Yu Watanabe Date: Mon, 15 Jan 2018 14:49:30 +0000 (+0900) Subject: network: fix indentation X-Git-Tag: v237~101^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c3b99feb894706f484752338964fbabace16c13;p=thirdparty%2Fsystemd.git network: fix indentation Follow-up for 56a23cb40aadea95f7e24a911ba973fe132878b8. --- diff --git a/src/network/networkd-radv.c b/src/network/networkd-radv.c index 5fdab89f2d0..a921d120b33 100644 --- a/src/network/networkd-radv.c +++ b/src/network/networkd-radv.c @@ -28,16 +28,18 @@ #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;