mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Everywhere: Change west consts caught by clang-format-21 to east consts
This commit is contained in:
committed by
Tim Ledbetter
parent
829437c11d
commit
b17783bb10
Notes:
github-actions[bot]
2025-08-29 17:20:11 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/b17783bb105 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6023 Reviewed-by: https://github.com/tcl3 ✅
@@ -174,7 +174,7 @@ JS::Uint8ClampedArray* ImageData::data()
|
||||
return m_data;
|
||||
}
|
||||
|
||||
const JS::Uint8ClampedArray* ImageData::data() const
|
||||
JS::Uint8ClampedArray const* ImageData::data() const
|
||||
{
|
||||
return m_data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user