forked from qt-creator/qt-creator
s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
This commit is contained in:
@@ -134,7 +134,7 @@ enum {
|
||||
Multiplicative = 13,
|
||||
PointerToMember = 14
|
||||
};
|
||||
} // end of namespace Precedece
|
||||
} // namespace Precedece
|
||||
|
||||
inline int precedence(int tokenKind, bool templateArguments)
|
||||
{
|
||||
|
Reference in New Issue
Block a user