Skip to content

Commit

Permalink
Coding conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-N committed Sep 18, 2024
1 parent d63502c commit 680fa25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/app_rpt/rpt_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

extern struct rpt rpt_vars[MAXRPTS];

static char *
ctime_no_newline(const time_t *clock)
static char* ctime_no_newline(const time_t *clock)
{
static char buf[32];
const char *cp;
Expand Down

0 comments on commit 680fa25

Please sign in to comment.