forked from OSchip/llvm-project
ADT: Add "end namespace" comment
This keeps clang-format from deleting the preceding newline. llvm-svn: 213082
This commit is contained in:
parent
3705790adf
commit
34e5ea6c9f
|
@ -134,6 +134,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
}
|
||||
} // end namespace llvm
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue