mirror of
https://github.com/taglib/taglib.git
synced 2026-07-13 14:51:05 -04:00
clang-tidy: add ending namespace comments
Found with google-readability-namespace-comments Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -106,7 +106,7 @@ namespace TagLib {
|
||||
class FilePrivate;
|
||||
FilePrivate *d;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace XM
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
@@ -79,7 +79,7 @@ namespace TagLib {
|
||||
class PropertiesPrivate;
|
||||
PropertiesPrivate *d;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace XM
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user