We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c69e4a commit 187dbd9Copy full SHA for 187dbd9
1 file changed
wolfcrypt/src/logging.c
@@ -279,11 +279,8 @@ void WOLFSSL_TIME(int count)
279
#include <wolfssl/wolfcrypt/mem_track.h>
280
#endif
281
282
-static void wolfssl_log(
283
- const int logLevel,
284
- const char *file_name,
285
- int line_number,
286
- const char *const logMessage)
+static void wolfssl_log(const int logLevel, const char* const file_name,
+ int line_number, const char* const logMessage)
287
{
288
(void)file_name;
289
(void)line_number;
0 commit comments