puts() whitespace style change

This commit is contained in:
Wayne Parham
2021-06-16 16:47:38 -05:00
parent bed61df837
commit 82bdc77e41
5 changed files with 46 additions and 46 deletions

View File

@@ -9,7 +9,7 @@
#include <stdio.h>
#include <sym1.h>
int main(void) {
int main (void) {
char c = 0x00;
int d = 0x00;
int l = 0x00;