VK_KHR_dedicated_allocation: Memory Mapping tests
[platform/upstream/VK-GL-CTS.git] / framework / egl / egluDefs.hpp
index 3d6c7ce..affee84 100644 (file)
@@ -75,7 +75,7 @@ public:
        bool                            operator>=              (const Version& v) const;
 
 private:
-       int                             m_major;
+       int                                     m_major;
        int                                     m_minor;
 };