Fixed merge issues (spurious trailing spaces)

This commit is contained in:
Pavel P
2020-02-06 18:25:34 +06:00
parent e29cc7cd1b
commit 09097170a2

1
conf.h
View File

@ -254,4 +254,3 @@ struct _PACKED doubleu { double d; };
#define die(fmt,args...) do { fprintf(stderr, "%s:%s:%d:", __FILE__, __FUNCTION__, __LINE__); fprintf(stderr, fmt, ## args ); fflush(stderr); exit(-1); } while(0)
#endif
#endif