whitespace fixes

This commit is contained in:
Denis Vlasenko
2008-09-25 10:39:10 +00:00
parent cac0f5b7e5
commit ea7c9b3366
7 changed files with 13 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ int halt_main(int argc UNUSED_PARAM, char **argv)
static const int magic[] = {
RB_HALT_SYSTEM,
RB_POWER_OFF,
RB_AUTOBOOT
RB_AUTOBOOT
};
static const smallint signals[] = { SIGUSR1, SIGUSR2, SIGTERM };