From a0fd4a789c4f9bfa0a9c257aa6a96c3588be6ce5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Sep 2012 14:29:14 +0200 Subject: style fixes, no code changes Signed-off-by: Denys Vlasenko --- networking/ifupdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/ifupdown.c') diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 9b3498696..ad0a9971b 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -1058,7 +1058,7 @@ static int iface_up(struct interface_defn_t *iface) static int iface_down(struct interface_defn_t *iface) { - if (!iface->method->down(iface,check)) return -1; + if (!iface->method->down(iface, check)) return -1; set_environ(iface, "stop", "pre-down"); if (!execute_all(iface, "down")) return 0; if (!iface->method->down(iface, doit)) return 0; -- cgit v1.2.3