summaryrefslogtreecommitdiff
path: root/kms++util/inc/kms++util/extcpuframebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kms++util/inc/kms++util/extcpuframebuffer.h')
-rw-r--r--kms++util/inc/kms++util/extcpuframebuffer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kms++util/inc/kms++util/extcpuframebuffer.h b/kms++util/inc/kms++util/extcpuframebuffer.h
index 92ca43a..29a06c0 100644
--- a/kms++util/inc/kms++util/extcpuframebuffer.h
+++ b/kms++util/inc/kms++util/extcpuframebuffer.h
@@ -4,7 +4,6 @@
namespace kms
{
-
class ExtCPUFramebuffer : public IFramebuffer
{
public:
@@ -30,7 +29,7 @@ private:
uint32_t size;
uint32_t stride;
uint32_t offset;
- uint8_t *map;
+ uint8_t* map;
};
uint32_t m_width;
@@ -40,4 +39,4 @@ private:
unsigned m_num_planes;
struct FramebufferPlane m_planes[4];
};
-}
+} // namespace kms