]> git.sesse.net Git - nageru/blobdiff - futatabi/jpeg_frame.h
Some clang-formatting of Futatabi.
[nageru] / futatabi / jpeg_frame.h
index eb73e13fec90d564f3695f198d1282c613120edf..edc7381663e0f60ab4909b200c7d495c595d1b64 100644 (file)
@@ -6,11 +6,11 @@
 struct Frame {
        bool is_semiplanar = false;
        std::unique_ptr<uint8_t[]> y;
-       std::unique_ptr<uint8_t[]> cb, cr; // For planar.
+       std::unique_ptr<uint8_t[]> cb, cr;  // For planar.
        std::unique_ptr<uint8_t[]> cbcr;  // For semiplanar.
        unsigned width, height;
        unsigned chroma_subsampling_x, chroma_subsampling_y;
        unsigned pitch_y, pitch_chroma;
 };
 
-#endif   // !defined(_JPEG_FRAME_H)
+#endif  // !defined(_JPEG_FRAME_H)