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:
parent
6d7bdfb5f5
commit
c0a9b38c02
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user