From 7a671fb40bab77690c385fbb742612eaa5d278e1 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 20 Oct 2020 02:14:13 +0300 Subject: libcamera: Place doxygen \file block above namespace Make the whole code base consistent by placing the doxygen \file block above the libcamera namespace opening. There's a single offender, and two locations in which a white line is missing. Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder Reviewed-by: Umang Jain Reviewed-by: Kieran Bingham --- src/libcamera/byte_stream_buffer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libcamera/byte_stream_buffer.cpp') diff --git a/src/libcamera/byte_stream_buffer.cpp b/src/libcamera/byte_stream_buffer.cpp index 7db5501d..7fc6f694 100644 --- a/src/libcamera/byte_stream_buffer.cpp +++ b/src/libcamera/byte_stream_buffer.cpp @@ -12,15 +12,15 @@ #include "libcamera/internal/log.h" -namespace libcamera { - -LOG_DEFINE_CATEGORY(Serialization) - /** * \file byte_stream_buffer.h * \brief Managed memory container for serialized data */ +namespace libcamera { + +LOG_DEFINE_CATEGORY(Serialization) + /** * \class ByteStreamBuffer * \brief Wrap a memory buffer and provide sequential data read and write -- cgit v1.2.1