mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Emacs format
This commit is contained in:
parent
81cc28f6ca
commit
18daf85069
@ -35,7 +35,7 @@ directory
|
|||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
std::string demangle(const char* name) {
|
std::string demangle(const char* name) {
|
||||||
|
|
||||||
@ -113,4 +113,5 @@ void Grid_unquiesce_nodes(void) {
|
|||||||
std::cout.clear();
|
std::cout.clear();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user