Skip to content

Commit

Permalink
ran clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 3, 2024
1 parent e779879 commit 1755503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_linux/ncurses/scanner_curses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const uint8_t CACHE_MAX = 5; // maximum depth of history for calculating pe

struct ChannelHistory
{
unsigned int total = 0; // the summary of signal counts for the channel
unsigned int total = 0; // the summary of signal counts for the channel
bool history[CACHE_MAX]; // a cache of history for the channel
};
ChannelHistory stored[MAX_CHANNELS];
Expand Down

0 comments on commit 1755503

Please sign in to comment.