commit 568c0398954dfad3716bc13722ba9ba71dac35e5
parent f75442ac2b6870cd1762c2964b8040d29a925c90
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Fri, 15 Sep 2023 12:41:48 +0300
recompute constants after prettier pass
Diffstat:
5 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plugins/readability/readability.c b/plugins/readability/readability.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#define READABILITY_N 85433 + 1000
+#define READABILITY_N 88023 + 1000
void read_readability_js(char* string)
{
diff --git a/plugins/readability/readability.h b/plugins/readability/readability.h
@@ -1,7 +1,7 @@
#ifndef READABILITY
#define READABILITY
-#define READABILITY_N 85433 + 1000
+#define READABILITY_N 88023 + 1000
void read_readability_js(char* string);
diff --git a/plugins/style/style.c b/plugins/style/style.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#define STYLE_N 4748 + 100
+#define STYLE_N 4709 + 100
void read_style_js(char* string)
{
diff --git a/plugins/style/style.h b/plugins/style/style.h
@@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
-#define STYLE_N 4748 + 100
+#define STYLE_N 4709 + 100
void read_style_js(char* string);
diff --git a/rose b/rose
Binary files differ.