summaryrefslogtreecommitdiff
path: root/asl/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/io.hpp')
-rw-r--r--asl/io.hpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/asl/io.hpp b/asl/io.hpp
index e54f00c..66de6d7 100644
--- a/asl/io.hpp
+++ b/asl/io.hpp
@@ -1,20 +1,20 @@
-#pragma once
-
+#pragma once
+
#include "asl/integers.hpp"
-#include "asl/utility.hpp"
-#include "asl/span.hpp"
-
-namespace asl
-{
-
-class Writer
-{
-public:
- Writer() = default;
- ASL_DELETE_COPY_MOVE(Writer);
- virtual ~Writer() = default;
-
- virtual void write(span<const byte>) = 0;
-};
-
-} // namespace asl
+#include "asl/utility.hpp"
+#include "asl/span.hpp"
+
+namespace asl
+{
+
+class Writer
+{
+public:
+ Writer() = default;
+ ASL_DELETE_COPY_MOVE(Writer);
+ virtual ~Writer() = default;
+
+ virtual void write(span<const byte>) = 0;
+};
+
+} // namespace asl