From 12d299f552a5aa8b6ea711dbe67805c4a5aab10d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 07:54:31 +0200 Subject: Move to LLVM ruleset for Clang autoformatter --- c-structs/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-structs/read.c') diff --git a/c-structs/read.c b/c-structs/read.c index b67974f..758256f 100644 --- a/c-structs/read.c +++ b/c-structs/read.c @@ -7,7 +7,7 @@ int main(void) { Character ch; - FILE* file = fopen("character.dat", "rb"); + FILE *file = fopen("character.dat", "rb"); if (file == NULL) { perror("Error opening file"); return 1; -- cgit v1.2.3