Skip to content

Commit

Permalink
clang-format fix common/featured_text.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Dec 18, 2024
1 parent 38b3d14 commit 4e61544
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/featured_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ struct ft_color {
const char *foreground;
const char *background;
};
#define FT_COLOR(fg, bg) {fg, bg}

#define FT_COLOR(fg, bg) \
{ \
fg, bg \
}
/**************************************************************************
Constructor.
**************************************************************************/
Expand Down

0 comments on commit 4e61544

Please sign in to comment.