Skip to content

Commit

Permalink
Remove non-printable characters from common/lprintf.h (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 30, 2023
1 parent 4175b2b commit dd5dbb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/src/lprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@
************************************************************************/





#if !defined(_lprintf_h_)
#define _lprintf_h_
#include "compiler_annotations.h"





/************************************************************************
Expand All @@ -54,7 +52,6 @@ extern COMMON_EXPORT void log_printf(void (*)(const char *), const char *, ...)
extern COMMON_EXPORT void log_perror(void (*)(const char *), const char *);





#endif /* !defined(_lprintf_h_) */

0 comments on commit dd5dbb7

Please sign in to comment.