Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Jul 4, 2018
1 parent 376efff commit ff622ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static void userspace_kill(DIR* procdir, int sig, int ignore_oom_score_adj,
fprintf(stderr, "Killing process: %s, pid: %d, badness: %d, VmRSS: %lu MiB\n",
victim_name, victim_pid, victim_badness, victim_vm_rss / 1024);

char notif_args[PATH_MAX+1000];
char notif_args[PATH_MAX + 1000];
snprintf(notif_args, sizeof(notif_args),
"-i dialog-warning 'earlyoom' 'Killing process %d %s'", victim_pid, victim_name);
maybe_notify(notif_command, notif_args);
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/* Arbitrary identifiers for long options that do not have a short
* version */
enum {
LONG_OPT_PREFER=513,
LONG_OPT_PREFER = 513,
LONG_OPT_AVOID,
LONG_OPT_HELP,
};
Expand Down

0 comments on commit ff622ce

Please sign in to comment.