mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
C++ NAMESPACE format emacs happy
This commit is contained in:
parent
6d7bdfb5f5
commit
c0a9b38c02
@ -36,7 +36,7 @@
|
|||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
///////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////
|
||||||
// Precision mapping
|
// Precision mapping
|
||||||
@ -325,5 +325,5 @@ struct BinarySimpleMunger {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user