apply clang-format (on Mac, slightly different than running it on Windows)
This commit is contained in:
@@ -799,7 +799,7 @@ extern "C"
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef stbtt_vertex // you can predefine this to use different values
|
||||
#ifndef stbtt_vertex // you can predefine this to use different values \
|
||||
// (we share this with other code at RAD)
|
||||
#define stbtt_vertex_type short // can't use stbtt_int16 because that's not visible in the header file
|
||||
typedef struct
|
||||
|
||||
@@ -576,7 +576,7 @@ init: /* using goto's to optimize tail recursion */
|
||||
}
|
||||
case '+': /* 1 or more repetitions */
|
||||
s++; /* 1 match already done */
|
||||
/* go through */
|
||||
/* go through */
|
||||
case '*': /* 0 or more repetitions */
|
||||
s = max_expand(ms, s, p, ep);
|
||||
break;
|
||||
|
||||
@@ -707,7 +707,7 @@ extern "C"
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef stbtt_vertex // you can predefine this to use different values
|
||||
#ifndef stbtt_vertex // you can predefine this to use different values \
|
||||
// (we share this with other code at RAD)
|
||||
#define stbtt_vertex_type short // can't use stbtt_int16 because that's not visible in the header file
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user