1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove extra semicolons at the end of namespaces

This commit is contained in:
txfx
2020-05-10 15:32:39 +02:00
parent dee808dd1b
commit 412d252eea
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -544,6 +544,6 @@ private:
};
};
}
#endif
+1 -1
View File
@@ -674,6 +674,6 @@ private:
ParameterCallback m_paramCallback;
};
};
}
#endif