formatting

This commit is contained in:
Proddy
2023-07-15 11:36:18 +02:00
parent b659218d13
commit ed694f4ec5
9 changed files with 19 additions and 22 deletions

View File

@@ -61,11 +61,11 @@ class File : public Stream {
bool seek(uint32_t pos) {
return seek(pos, SeekSet);
}
size_t position() const;
size_t size() const;
bool setBufferSize(size_t size);
void close();
operator bool() const;
size_t position() const;
size_t size() const;
bool setBufferSize(size_t size);
void close();
operator bool() const;
time_t getLastWrite();
const char * path() const;
const char * name() const;