chiark / gitweb /
Use space after a silencing (void)
[elogind.git] / src / console / consoled-terminal.c
index 3657dca398ff6a354659583b604635eb9f773cf9..03447d1b9234bdc4b5591c5f71d7d66731b7c539 100644 (file)
@@ -98,7 +98,7 @@ Terminal *terminal_free(Terminal *t) {
         assert(t->workspace);
 
         if (t->pty) {
-                (void)pty_signal(t->pty, SIGHUP);
+                (void) pty_signal(t->pty, SIGHUP);
                 pty_close(t->pty);
                 pty_unref(t->pty);
         }