From e2f55b4284ee2c7a7158a71084c9dd0a296d0749 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Sat, 15 Oct 2022 05:18:14 +0200 Subject: [PATCH] fix whitespace --- iohelperhelper.py | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/iohelperhelper.py b/iohelperhelper.py index e3efc70..156660f 100644 --- a/iohelperhelper.py +++ b/iohelperhelper.py @@ -1,33 +1,33 @@ import string ddr="""#ifdef DDRA -DDRA|=0 +DDRA|=0 #ifdef BitPA0 -|(1<<0) -#endif +|(1<<0) +#endif #ifdef BitPA1 -|(1<<1) -#endif +|(1<<1) +#endif #ifdef BitPA2 -|(1<<2) -#endif +|(1<<2) +#endif #ifdef BitPA3 -|(1<<3) -#endif +|(1<<3) +#endif #ifdef BitPA4 -|(1<<4) -#endif +|(1<<4) +#endif #ifdef BitPA5 -|(1<<5) -#endif +|(1<<5) +#endif #ifdef BitPA6 -|(1<<6) -#endif +|(1<<6) +#endif #ifdef BitPA7 -|(1<<7) -#endif -|0; - +|(1<<7) +#endif +|0; + #endif """