Skip to content

Commit

Permalink
fmt: Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Dec 1, 2024
1 parent 5a34627 commit a52fdf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psi-notify.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ static bool using_seat = false;
static const time_t expiry_sec = 10;
static const double alert_clear_hysteresis = 5.0;

#define DEFAULT_ALERT_STATE \
{ NULL, 0, A_INACTIVE }
#define DEFAULT_ALERT_STATE {NULL, 0, A_INACTIVE}
static Alert active_notif[] = {
[RT_CPU] = DEFAULT_ALERT_STATE,
[RT_MEMORY] = DEFAULT_ALERT_STATE,
Expand Down

0 comments on commit a52fdf8

Please sign in to comment.