Files
gnucash/lib/libc/libc-missing-noop.c
Christian Stimming ce99c42871 Re-indentation of source code, next batch.
This also strips trailing whitespaces from lines where they existed.
This re-indentation was done using astyle-1.24 using the following options:

astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18787 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-03-02 21:40:02 +00:00

7 lines
86 B
C

void gnc_libc_missing_noop (void);
void gnc_libc_missing_noop (void)
{
return;
}