X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f2c2b174cdf702045d5fdd59aecf5dac8e8b44f2..3a051ec10b0cd2963370fabe354bbf1393ce8402:/include/common.h

diff --git a/include/common.h b/include/common.h
index 70188ca9..2a67bd87 100644
--- a/include/common.h
+++ b/include/common.h
@@ -29,7 +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