Consistenty use auto-generated namespace comments.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 22 Mar 2017 22:34:36 +0000 (23:34 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 23 Mar 2017 18:42:18 +0000 (19:42 +0100)
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,google-readability-namespace-comments" -fix

Switch to the format used by clang-tidy to allow easy, automatic,
tool-based maintenance / checking of the comments.

This also found a few instances of comments that were out of sync.


No differences found