From 63446f0431c30e7b035db4e4225c271e76a28f06 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Sun, 19 Apr 2020 11:49:16 +0200 Subject: [PATCH] Make the file a bit more readable --- core-buffer/src/BufferUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-buffer/src/BufferUtils.cpp b/core-buffer/src/BufferUtils.cpp index 002f552..93cd902 100644 --- a/core-buffer/src/BufferUtils.cpp +++ b/core-buffer/src/BufferUtils.cpp @@ -1,8 +1,8 @@ -using namespace std; - #include "BufferUtils.hpp" #include +using namespace std; + const size_t BufferUtils::FILE_MOD = 1000; const size_t BufferUtils::FOLDER_MOD = 100000;