X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6fc68747f68c47b65215013545c7c551105a366a..bc7846f4376472abdc9ced23436dfe3b6dd20e7f:/include/common.h

diff --git a/include/common.h b/include/common.h
index 3d063351..2a67bd87 100644
--- a/include/common.h
+++ b/include/common.h
@@ -29,6 +29,5 @@ typedef unsigned char byte_t;
 #ifndef ABS
 # define ABS(a) ( ((a)<0) ? -(a) : (a) )
 #endif
-
 #define RAMFUNC __attribute((long_call, section(".ramfunc")))
 #endif