diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:48:42 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:48:42 -0300 |
commit | 5097a1982bb7687b778255c9321407642320d24a (patch) | |
tree | 23a771f3c613753a594509fe74851eae7b38e61a /plugins/style | |
parent | 978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 (diff) |
formatting & tweaks pass
Diffstat (limited to 'plugins/style')
-rw-r--r-- | plugins/style/style.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/style/style.h b/plugins/style/style.h index 1faab7a..42fe798 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,8 +1,5 @@ -#ifndef STYLE -#define STYLE +#pragma once #define STYLE_N 7624 + 1000 void read_style_js(char* string); - -#endif |