Skip to content

Commit 645b570

Browse files
committed
format the remianing corpus files
1 parent 63b2138 commit 645b570

8 files changed

+8
-8
lines changed

queries/highlights.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878

7979
(identifier) @variable
8080

81-
(comment) @comment
81+
(comment) @comment

test/corpus/ambiguities.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ DEFINE_SOMETHING(THING_B, "this is a thing b", "thanks");
271271
(string_literal
272272
(string_content))
273273
(string_literal
274-
(string_content))))))
274+
(string_content))))))

test/corpus/declarations.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1033,4 +1033,4 @@ struct __attribute__((__packed__)) foo_t {
10331033
(field_declaration_list
10341034
(field_declaration
10351035
(primitive_type)
1036-
(field_identifier)))))
1036+
(field_identifier)))))

test/corpus/expressions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1255,4 +1255,4 @@ void fn (int *__restrict__ rptr) {
12551255
(assignment_expression
12561256
(pointer_expression
12571257
(identifier))
1258-
(number_literal))))))
1258+
(number_literal))))))

test/corpus/microsoft.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,4 @@ int main(int argc, char **argv)
317317
(escape_sequence))
318318
(identifier)))))))
319319
(return_statement
320-
(number_literal)))))
320+
(number_literal)))))

test/corpus/preprocessor.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,4 @@ uint32_t a;
398398
(identifier)))))
399399
(declaration
400400
(primitive_type)
401-
(identifier))))
401+
(identifier))))

test/corpus/statements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,4 +532,4 @@ void f() {
532532
(identifier)))
533533
(compound_statement))
534534
(parenthesized_expression
535-
(true))))))
535+
(true))))))

test/corpus/types.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ void f(unsigned long v2);
7777
(primitive_type)
7878
(function_declarator
7979
(identifier)
80-
(parameter_list (parameter_declaration (sized_type_specifier) (identifier))))))
80+
(parameter_list (parameter_declaration (sized_type_specifier) (identifier))))))

0 commit comments

Comments
 (0)