Fix code style.
Have type, function name and argument declaration on a single line.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <string.h>
|
||||
|
||||
char * __fastcall__
|
||||
stpcpy (char * dst, const char * src)
|
||||
char * __fastcall__ stpcpy (char * dst, const char * src)
|
||||
{
|
||||
strcpy (dst, src);
|
||||
return dst + strlen (src);
|
||||
|
||||
Reference in New Issue
Block a user