libcamera: log: Fix coding style warnings
The checkstyle utility highlights some minor warnings against the logger
implementation.
Fix these up.
Fixes: edbd2059d8 ("libcamera: Add initial logger")
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user