From d709abce4741dd5ce316af25ef82d180257837a7 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Wed, 3 Nov 2021 17:46:15 +0100 Subject: [PATCH] Improved indentation --- libscio.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libscio.hpp b/libscio.hpp index 3e7a4ec..6b707a2 100644 --- a/libscio.hpp +++ b/libscio.hpp @@ -191,10 +191,10 @@ namespace sc { }; enum class byte_order { - undefined, - little_endian, - big_endian - }; + undefined, + little_endian, + big_endian + }; class data_streamer { public: