diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-03-29 12:03:16 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-04-02 12:58:53 +0200 |
commit | cf4bb3fb2d37fa11fd939cd88dff875ae2744966 (patch) | |
tree | 8a68b8de6f571aaa56cd5bc6a4c9bbddd42fa454 | |
parent | c5ef6310fd749d4ac4aea62b8eafb46ca778f938 (diff) |
libcamera: stream: Remove 2 empty lines
Remove two empty lines. Cosmetic change only.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
-rw-r--r-- | include/libcamera/stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h index 3e8e83a2..24407cb6 100644 --- a/include/libcamera/stream.h +++ b/include/libcamera/stream.h @@ -35,8 +35,6 @@ private: StreamConfiguration configuration_; }; - - } /* namespace libcamera */ #endif /* __LIBCAMERA_STREAM_H__ */ |