|
Rockbox mail archiveSubject: Re: kevin: r14230 - trunk/apps/pluginsRe: kevin: r14230 - trunk/apps/plugins
From: Daniel Stenberg <daniel_at_rockbox.org>
Date: Tue, 7 Aug 2007 14:52:48 +0200 (CEST) On Tue, 7 Aug 2007, mailer_at_svn.rockbox.org wrote: > Search viewer (plugin) : reindent correctly with spaces [...] > +static int strpcasecmp(const char *s1, const char *s2){ This is not a correctly indented function definition by Rockbox standards, it should then be: static int strpcasecmp(const char *s1, const char *s2) { ... that is with the open brace on a new line. -- Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/Received on 2007-08-07 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |