add some helptext and autoformat

This commit is contained in:
DarthArgus
2017-01-11 01:54:22 -06:00
parent f2d67f9c57
commit 2265a5c00e
3 changed files with 28 additions and 27 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ webAPIHeartbeat::webAPIHeartbeat() {
done = true;
// if we wanted to send a "nastygram" script for bash to run we'd check for it here
// but meh, maybe later if it becomes necessary...surely order 66 below is enough?
}
}
switch (s) {
case 13 :
@@ -49,6 +49,6 @@ webAPIHeartbeat::webAPIHeartbeat() {
break;
}
} else {
eatIt();
eatIt();
}
}