summaryrefslogtreecommitdiff
path: root/libraries/classparser/src/errors.h
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 17:36:40 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 17:36:40 +0300
commit1d4bf6e8b1208383021e22f61d859e9b721c482d (patch)
tree21c8e0c4350d7c44d817243ebf409be625ea4f21 /libraries/classparser/src/errors.h
parent38c57e163abad6216f7e0f44d401c362c5fd5da6 (diff)
downloadProject-Tick-1d4bf6e8b1208383021e22f61d859e9b721c482d.tar.gz
Project-Tick-1d4bf6e8b1208383021e22f61d859e9b721c482d.zip
NOISSUE reformat MeshMC to new clang format rules and fixed macOS portability issue and java find issue
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'libraries/classparser/src/errors.h')
-rw-r--r--libraries/classparser/src/errors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/classparser/src/errors.h b/libraries/classparser/src/errors.h
index 2858eea308..95a6aee575 100644
--- a/libraries/classparser/src/errors.h
+++ b/libraries/classparser/src/errors.h
@@ -23,7 +23,7 @@
#include <exception>
namespace java
{
-class classfile_exception : public std::exception
-{
-};
-}
+ class classfile_exception : public std::exception
+ {
+ };
+} // namespace java