diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-16 20:35:33 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-16 20:35:33 +0200 |
commit | 7dcb0fa50128ab924cb4fce1b2898eb1a9ab8ee8 (patch) | |
tree | 4c8df7d35038a6d4e7e1a6c6c10253c59545054f /src/FileInput.h | |
parent | 8af4aca43ad1939c578f24e998d2d2ff58e7cc2c (diff) | |
download | ODR-AudioEnc-7dcb0fa50128ab924cb4fce1b2898eb1a9ab8ee8.tar.gz ODR-AudioEnc-7dcb0fa50128ab924cb4fce1b2898eb1a9ab8ee8.tar.bz2 ODR-AudioEnc-7dcb0fa50128ab924cb4fce1b2898eb1a9ab8ee8.zip |
Indentation and code formatting
Diffstat (limited to 'src/FileInput.h')
-rw-r--r-- | src/FileInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FileInput.h b/src/FileInput.h index 4f6f75e..68193bc 100644 --- a/src/FileInput.h +++ b/src/FileInput.h @@ -45,7 +45,7 @@ class FileInput * Returns the number of bytes read. */ ssize_t read(uint8_t* buf, size_t length); - int eof(); + int eof(); protected: const char* m_filename; |