From cf7db48c261ee9c896c813a38ff8c59da5b8fe07 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 26 Jan 2025 00:40:51 +0100 Subject: Fix line endings --- asl/io.hpp | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'asl/io.hpp') 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) = 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) = 0; +}; + +} // namespace asl -- cgit