diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-06 00:31:09 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-06 00:44:19 +0200 |
commit | 7d6884b65e6ea7317346d29bc2f6c9ba051a0cac (patch) | |
tree | a887c3b285cacf9102ce14d82ffa0948643dd0b9 /src/core/execute.c | |
parent | 511d2ffc8cc4e6c6b528aa96c4096f57bc52226e (diff) |
tree-wide: fix indentation
Diffstat (limited to 'src/core/execute.c')
-rw-r--r-- | src/core/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index f14ae4d8a6..125cb0dbd4 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -2211,7 +2211,7 @@ int exec_context_load_environment(Unit *unit, const ExecContext *c, char ***l) { static bool tty_may_match_dev_console(const char *tty) { _cleanup_free_ char *active = NULL; - char *console; + char *console; if (startswith(tty, "/dev/")) tty += 5; |