From e4839accf5a5b470b9bf2287f0269ddc4ce0f91b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 2 Feb 2018 10:55:34 +0100 Subject: 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. --- dispatcher/nm-dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatcher') 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; -- cgit v1.2.1