mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-29 02:37:07 +01:00
C++ indentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user