mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix code style
This commit is contained in:
committed by
John Preston
parent
c6c2a44e9d
commit
a5bd4ef6f7
@@ -47,11 +47,11 @@ private:
|
||||
return (_rotation == 90) || (_rotation == 270);
|
||||
}
|
||||
|
||||
[[nodiscard]] static int _read(
|
||||
[[nodiscard]] static int Read(
|
||||
void *opaque,
|
||||
uint8_t *buf,
|
||||
int buf_size);
|
||||
[[nodiscard]] static int64_t _seek(
|
||||
[[nodiscard]] static int64_t Seek(
|
||||
void *opaque,
|
||||
int64_t offset,
|
||||
int whence);
|
||||
|
Reference in New Issue
Block a user