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/readability | |
parent | 978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 (diff) |
formatting & tweaks pass
Diffstat (limited to 'plugins/readability')
-rw-r--r-- | plugins/readability/readability.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/readability/readability.h b/plugins/readability/readability.h index 90d8ba0..9dab8c1 100644 --- a/plugins/readability/readability.h +++ b/plugins/readability/readability.h @@ -1,8 +1,5 @@ -#ifndef READABILITY -#define READABILITY +#pragma once #define READABILITY_N 88067 + 1000 void read_readability_js(char* string); - -#endif |