Change a couple places from 'end of namespace' to 'End of namespace', for consistency

svn-id: r44634
This commit is contained in:
Max Horn 2009-10-04 21:26:33 +00:00
parent c8f002ae43
commit f242266f6d
265 changed files with 276 additions and 276 deletions

View file

@ -196,6 +196,6 @@ void sort(T first, T last, StrictWeakOrdering comp) {
}
}
} // end of namespace Common
} // End of namespace Common
#endif