diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-04 08:06:25 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-04 08:06:25 -0400 |
commit | ff3ecc0632fbe0671f000595604e7c1de77f33dc (patch) | |
tree | 6518a6fd22666c960dfb204c805ed7b4fb371a77 /instr-daemon.c | |
parent | b5d824985ca85bda978185bddca4066ac63a249c (diff) |
astyle fixes
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index da396bc..f2b9ca2 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -334,7 +334,7 @@ static gboolean periodic_poll (void) write(trgfd, "s\n", 2); // poweroff - system ("/usr/bin/systemctl poweroff -f"); + system ("/usr/bin/systemctl poweroff -f"); } Menu_Check_Buttons (); |