summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2019-03-29 12:03:16 +0100
committerJacopo Mondi <jacopo@jmondi.org>2019-04-02 12:58:53 +0200
commitcf4bb3fb2d37fa11fd939cd88dff875ae2744966 (patch)
tree8a68b8de6f571aaa56cd5bc6a4c9bbddd42fa454 /include
parentc5ef6310fd749d4ac4aea62b8eafb46ca778f938 (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>
Diffstat (limited to 'include')
-rw-r--r--include/libcamera/stream.h2
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__ */