From 7dcb0fa50128ab924cb4fce1b2898eb1a9ab8ee8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 16 Jun 2014 20:35:33 +0200 Subject: Indentation and code formatting --- src/FileInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/FileInput.h') 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; -- cgit v1.2.3