Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2b00218 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "hardware: interfaces: sensors: fix -Wreorder-init-list"

parents 05f700ff 6f4a2329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,8 +147,8 @@ BufferDescriptor GrallocHalWrapper<AllocatorT, MapperT>::getDescriptor(uint32_t
            .width = size,
            .height = 1,
            .layerCount = 1,
            .usage = kBufferUsage,
            .format = static_cast<decltype(descriptorInfo.format)>(PixelFormat::BLOB),
            .usage = kBufferUsage,
    };

    BufferDescriptor descriptor;