1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 14:10:46 +01:00

C++ indentation

This commit is contained in:
paboyle 2018-01-12 23:39:49 +00:00
parent 176a021ce9
commit 4be31ad1f6

View File

@ -32,7 +32,8 @@ Author: Guido Cossu <guido.cossu@ed.ac.uk>
#include <type_traits>
namespace Grid {
NAMESPACE_BEGIN(Grid);
// Vector IO utilities ///////////////////////////////////////////////////////
// helper function to read space-separated values
template <typename T>
@ -521,6 +522,7 @@ namespace Grid {
abort();
}
}
}
NAMESPACE_END(Grid);
#endif