evil: formatting.

This commit is contained in:
Vincent Torri 2014-10-19 17:20:43 +02:00 committed by Cedric BAIL
parent 30abbb31a1
commit 7f9a82db03
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ EAPI int evil_rename(const char *src, const char *dst);
* *
* Wrapper around evil_rename(). * Wrapper around evil_rename().
*/ */
# define rename(src, dst) evil_rename(src, dst) #define rename(src, dst) evil_rename(src, dst)
#endif /* __EVIL_STDIO_H__ */ #endif /* __EVIL_STDIO_H__ */