X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/df4ee66ea9e0792a1ef1df00554b5224e2f1446e..b6e05350b2826c6d43fd8e7363de8a1eeef149a6:/common/bucketsort.h

diff --git a/common/bucketsort.h b/common/bucketsort.h
index d5423aa5..be504508 100644
--- a/common/bucketsort.h
+++ b/common/bucketsort.h
@@ -1,7 +1,9 @@
 #ifndef BUCKETSORT_H__
 #define BUCKETSORT_H__
+
 #include <stdint.h>
 #include <stdlib.h>
+
 typedef struct bucket {
 	uint32_t *head;
 	uint32_t *bp;