Skip to content

Commit db9f970

Browse files
authored
style: remove unnecessary semicolon after namespace (danmar#8410)
While running the build, one can see ``` lib/analyzerinfo.h:38:2: warning: extra ';' [-Wpedantic] 38 | }; ``` This PR fixes that.
1 parent 5746270 commit db9f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/analyzerinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct FileSettings;
3535
namespace tinyxml2 {
3636
class XMLDocument;
3737
class XMLElement;
38-
};
38+
}
3939

4040
/// @addtogroup Core
4141
/// @{

0 commit comments

Comments
 (0)