1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00: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);
}