Skip to content

Commit

Permalink
Fix double space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Apr 24, 2024
1 parent 566ad7c commit 2fcc6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/kvssink_intermittent_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef struct _CustomData {
} CustomData;

void sigint_handler(int sigint) {
LOG_DEBUG("SIGINT received. Exiting...");
LOG_DEBUG("SIGINT received. Exiting...");
terminated = TRUE;
cv.notify_all();
if(main_loop != NULL) {
Expand Down

0 comments on commit 2fcc6bf

Please sign in to comment.