Cleanup: use C comments for descriptive text
Follow our code style guide by using C-comments for text descriptions.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <initializer_list>
|
||||
#include <ostream> // NOLINT
|
||||
#include <ostream> /* NOLINT */
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user