aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Utilities/ByteConverter.h
diff options
context:
space:
mode:
authorAscathor <Break_the_Chain@web.de>2013-10-27 22:27:46 +0100
committerAscathor <Break_the_Chain@web.de>2013-10-27 23:46:02 +0100
commit260773899052255447ed90be344efd38437bcdde (patch)
treeded631c07d1946649ce384201c1c7c92967bcf7f /src/server/shared/Utilities/ByteConverter.h
parente5553cfb78d8bdde4e9c6a2dbc98ff60bb8a273e (diff)
Core/Code: Unify codestyle for brackets: {} to { }.
Also added missing copyright to some files.
Diffstat (limited to 'src/server/shared/Utilities/ByteConverter.h')
-rw-r--r--src/server/shared/Utilities/ByteConverter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Utilities/ByteConverter.h b/src/server/shared/Utilities/ByteConverter.h
index ffa467bb812..b114f8915a4 100644
--- a/src/server/shared/Utilities/ByteConverter.h
+++ b/src/server/shared/Utilities/ByteConverter.h
@@ -35,8 +35,8 @@ namespace ByteConverter
convert<T - 2>(val + 1);
}
- template<> inline void convert<0>(char *) {}
- template<> inline void convert<1>(char *) {} // ignore central byte
+ template<> inline void convert<0>(char *) { }
+ template<> inline void convert<1>(char *) { } // ignore central byte
template<typename T> inline void apply(T *val)
{