From d67841a9906935523bdb2b314e09a041091aa3ca Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 16 Jan 2019 12:18:26 +0000 Subject: libcamera: log: Fix coding style warnings The checkstyle utility highlights some minor warnings against the logger implementation. Fix these up. Fixes: edbd2059d8a4 ("libcamera: Add initial logger") Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/libcamera/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcamera/log.cpp') diff --git a/src/libcamera/log.cpp b/src/libcamera/log.cpp index 9b2ae1ba..74cba383 100644 --- a/src/libcamera/log.cpp +++ b/src/libcamera/log.cpp @@ -66,7 +66,7 @@ namespace libcamera { static const char *log_severity_name(LogSeverity severity) { - static const char * const names[] = { + static const char *const names[] = { " DBG", " INFO", " WARN", -- cgit v1.2.1