update pointer alignment rule

This commit is contained in:
2025-09-09 16:17:02 +02:00
parent c339accedc
commit cfad7f6fdc
19 changed files with 50 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ static void stop(void) {
}
// entry-point of the application
int main(int argc, char** argv) {
int main(int argc, char **argv) {
(void)argc, (void)argv;
// register stop as exit function
atexit(stop);