1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-29 18:57:08 +01:00

C++ NAMESPACE format emacs happy

This commit is contained in:
paboyle
2018-01-13 00:03:57 +00:00
parent 6d7bdfb5f5
commit c0a9b38c02

View File

@@ -36,7 +36,7 @@
#include <sys/utsname.h>
#include <pwd.h>
namespace Grid {
NAMESPACE_BEGIN(Grid);
///////////////////////////////////////////////////////
// Precision mapping
@@ -325,5 +325,5 @@ struct BinarySimpleMunger {
};
}
NAMESPACE_END(Grid);
}