clang-tidy: namespace comment

Found with llvm-namespace-comment

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-12-21 18:29:36 -08:00 committed by Urs Fleisch
parent 7eda31e6ef
commit cd044bfc8f

View File

@ -81,7 +81,7 @@ namespace
PROPChunk = 0,
DIINChunk = 1
};
}
} // namespace
class DSDIFF::File::FilePrivate
{