This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001569] Cortex-M arch. whitespace cleanup.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001569

--- Comment #8 from Ilija Kocho <ilijak@siva.com.mk> 2012-04-23 18:55:02 BST ---
Created an attachment (id=1714)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1714)
Cortex-M arch whitespace cleanup 120423-1950

(In reply to comment #5)
> (From update of attachment 1708 [details])
> Actually hold back on that commit. Just looking at the patch again, I noticed
> some of the indentation in cortexm_stub.c has gone a bit wrong with the tab
> removal. For example in get_register():
>      if (REGSIZE(reg) > sizeof(target_register_t) || offset == -1)
> -    return -1;
> +    return -1;
> 
> The return should still be indented. There are other examples, but only in that
> file. You can go ahead and commit on the assumption those are fixed.

Fixed.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]