chiark / gitweb /
replace tabs with spaces in various files
[elogind.git] / src / core / execute.c
index 5e342f8d47af71fdf1afb3faeb7a38eb9c5d69b5..cbeb0caf262967f58189bcdcf11938b1d5707772 100644 (file)
@@ -1727,10 +1727,10 @@ int exec_context_load_environment(const ExecContext *c, char ***l) {
 
                                 strv_free(r);
                                 return k;
-                         }
+                        }
                         /* Log invalid environment variables with filename */
-                       if (p)
-                               p = strv_env_clean_log(p, pglob.gl_pathv[n]);
+                        if (p)
+                                p = strv_env_clean_log(p, pglob.gl_pathv[n]);
 
                         if (r == NULL)
                                 r = p;