1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-29 04:55:26 +03:00

network: fix indentation

Follow-up for 56a23cb40a.
This commit is contained in:
Yu Watanabe 2018-01-15 23:49:30 +09:00
parent 55a7c78b9d
commit 9c3b99feb8

View File

@ -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;