summaryrefslogtreecommitdiff
path: root/dispatcher
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-02 10:55:34 +0100
committerThomas Haller <thaller@redhat.com>2018-02-07 13:32:04 +0100
commite4839accf5a5b470b9bf2287f0269ddc4ce0f91b (patch)
treebdc92d91b24d7b7fb25d8b9652dbe08d08e57cea /dispatcher
parentca7273b3e250e46451d93e75a2234c403eed38aa (diff)
downloadNetworkManager-e4839accf5a5b470b9bf2287f0269ddc4ce0f91b.tar.gz
all: replace non-leading tabs with spaces
We commonly only allow tabs at the beginning of a line, not afterwards. The reason for this style is so that the code looks formated right with tabstop=4 and tabstop=8.
Diffstat (limited to 'dispatcher')
-rw-r--r--dispatcher/nm-dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatcher/nm-dispatcher.c b/dispatcher/nm-dispatcher.c
index 6d1d27e8e2..efab0a5384 100644
--- a/dispatcher/nm-dispatcher.c
+++ b/dispatcher/nm-dispatcher.c
@@ -604,7 +604,7 @@ find_scripts (const char *str_action)
while ((filename = g_dir_read_name (dir))) {
char *path;
- struct stat st;
+ struct stat st;
int err;
const char *err_msg = NULL;