recompute constants after prettier pass

This commit is contained in:
NunoSempere 2023-09-15 12:41:48 +03:00
parent f75442ac2b
commit 568c039895
5 changed files with 4 additions and 4 deletions

View File

@ -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)
{

View File

@ -1,7 +1,7 @@
#ifndef READABILITY
#define READABILITY
#define READABILITY_N 85433 + 1000
#define READABILITY_N 88023 + 1000
void read_readability_js(char* string);

View File

@ -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)
{

View File

@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
#define STYLE_N 4748 + 100
#define STYLE_N 4709 + 100
void read_style_js(char* string);

BIN
rose

Binary file not shown.