2
0
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:
Alexander Kernozhitsky
2022-09-03 18:07:11 +03:00
committed by John Preston
parent c6c2a44e9d
commit a5bd4ef6f7
8 changed files with 32 additions and 32 deletions

View File

@@ -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);