Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.h')
-rw-r--r--tests/utils.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/utils.h b/tests/utils.h
index 1d9b6213..d0116674 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -1,15 +1,15 @@
-#pragma once
-
-#include <string>
-#include<cstddef>
-
-std::size_t count_lines(const std::string& filename);
-
-void prepare_logdir();
-
-std::string file_contents(const std::string& filename);
-
-std::size_t count_lines(const std::string& filename);
-
-std::size_t get_filesize(const std::string& filename);
-
+#pragma once
+
+#include <string>
+#include<cstddef>
+
+std::size_t count_lines(const std::string& filename);
+
+void prepare_logdir();
+
+std::string file_contents(const std::string& filename);
+
+std::size_t count_lines(const std::string& filename);
+
+std::size_t get_filesize(const std::string& filename);
+