spiral.c: defrooblicate unacceptable comment typo and alignment - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0332d1d50a2f4fdf7249747ac7c49644ed5f22a9
 (DIR) parent 922b3eb890066cd5b0f6ff4f5aee9c842c2be88a
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 20 Nov 2023 21:42:18 +0100
       
       spiral.c: defrooblicate unacceptable comment typo and alignment
       
       Diffstat:
         M spiral.c                            |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/spiral.c b/spiral.c
       @@ -1,5 +1,6 @@
       -/* stupid spiral algorithm thingy This was used to test loading OpenStreetMap
       -   from the center outwards straight to the eyeballs. */
       +/* stupid spiral algorithm thingy.
       +   This was used to test loading OpenStreetMap from the center outwards
       +   straight to the eyeballs. */
        
        #include <stdio.h>
        #include <stdlib.h>