OSDN Git Service

drm_hwcomposer: fix missing assignment of premult flag
[android-x86/external-drm_hwcomposer.git] / drmproperty.cpp
index 378e3a2..7b4a4f9 100644 (file)
@@ -71,7 +71,6 @@ void DrmProperty::Init(drmModePropertyPtr p, uint64_t value) {
     type_ = DRM_PROPERTY_TYPE_OBJECT;
   else if (flags_ & DRM_MODE_PROP_BLOB)
     type_ = DRM_PROPERTY_TYPE_BLOB;
-
 }
 
 uint32_t DrmProperty::id() const {