[libcamera-devel] [PATCH v2 5/8] include: libcamera: Omit extra semicolons
Hirokazu Honda
hiroh at chromium.org
Tue Oct 20 11:15:02 CEST 2020
This removes the unnecessary semicolon in span.h.
Signed-off-by: Hirokazu Honda <hiroh at chromium.org>
---
include/libcamera/span.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/libcamera/span.h b/include/libcamera/span.h
index a53a80b..c0e4399 100644
--- a/include/libcamera/span.h
+++ b/include/libcamera/span.h
@@ -407,6 +407,6 @@ private:
size_type size_;
};
-}; /* namespace libcamera */
+} /* namespace libcamera */
#endif /* __LIBCAMERA_SPAN_H__ */
--
2.29.0.rc1.297.gfa9743e501-goog
More information about the libcamera-devel
mailing list