From: Jean THOMAS Date: Thu, 30 Jul 2020 14:59:07 +0000 (+0200) Subject: Fix identation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f33081d4399190d59c83f18217e70e648702ac6a;p=gram.git Fix identation --- diff --git a/examples/firmware/main.c b/examples/firmware/main.c index 952ae4c..0f8e0d5 100644 --- a/examples/firmware/main.c +++ b/examples/firmware/main.c @@ -46,7 +46,7 @@ void memcpy(void *dest, void *src, size_t n) { char *src_char = (char *)src; char *dest_char = (char *)dest; for (i=0; i