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>
|
#include <string.h>
|
||||||
|
|
||||||
char * __fastcall__
|
char * __fastcall__ stpcpy (char * dst, const char * src)
|
||||||
stpcpy (char * dst, const char * src)
|
|
||||||
{
|
{
|
||||||
strcpy (dst, src);
|
strcpy (dst, src);
|
||||||
return dst + strlen (src);
|
return dst + strlen (src);
|
||||||
|
|||||||
Reference in New Issue
Block a user