Description: Code alarm processing#8

IssueNo: https://gitee.com/openharmony/graphic_surface/issues/I5YD3D
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: youbing54<youbing3@huawei.com>
This commit is contained in:
youbing
2022-10-29 11:46:29 +08:00
parent 0a25ab7a69
commit cc07d984c7
+1 -1
View File
@@ -99,7 +99,7 @@ private:
struct BufferKey {
int32_t key;
uint64_t phyAddr;
bool operator< (const BufferKey &x) const
bool operator < (const BufferKey &x) const
{
return (key < x.key) || (key == x.key && phyAddr < x.phyAddr);
}