Remove obvious empty statements (i.e. stray semicolons)

This commit is contained in:
Tobias Brunner
2024-02-29 15:30:40 +01:00
parent 9d1f325a77
commit 6dee8587f0
22 changed files with 28 additions and 28 deletions
@@ -68,7 +68,7 @@ struct printf_hook_data_t {
/**
* Output FILE stream
*/
FILE *stream;;
FILE *stream;
};
/* A-Z | 6 other chars | a-z */