diff options
Diffstat (limited to 'util/stream/file.h')
-rw-r--r-- | util/stream/file.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/stream/file.h b/util/stream/file.h index c1cf4f591d..3975aacf0a 100644 --- a/util/stream/file.h +++ b/util/stream/file.h @@ -84,8 +84,8 @@ public: } ~TFileInput() override = default; -}; - +}; + /** * Buffered file output stream. * @@ -103,6 +103,6 @@ public: } ~TFixedBufferFileOutput() override = default; -}; - +}; + /** @} */ |