Skip to content

Commit 231c23f

Browse files
committed
Tabs to spaces
1 parent c5bae0b commit 231c23f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/udev/udevd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,9 @@ int main(int argc, char *argv[]) {
11531153
log_warning_errno(r, "failed to parse kernel command line, ignoring: %m");
11541154

11551155
if (arg_debug) {
1156-
log_set_target(LOG_TARGET_CONSOLE);
1156+
log_set_target(LOG_TARGET_CONSOLE);
11571157
log_set_max_level(LOG_DEBUG);
1158-
}
1158+
}
11591159

11601160
if (getuid() != 0) {
11611161
r = log_error_errno(EPERM, "root privileges required");

0 commit comments

Comments
 (0)