mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 14:10:46 +01:00
C++ indentation
This commit is contained in:
parent
176a021ce9
commit
4be31ad1f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user