X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0325c12f3509cc02e9b31a87599357361f68a2e8..d7d12fab4b8d1fc1e0c78af682ee50606e84bfbe:/client/proxmark3.c

diff --git a/client/proxmark3.c b/client/proxmark3.c
index 3a654e7a..14674016 100644
--- a/client/proxmark3.c
+++ b/client/proxmark3.c
@@ -104,7 +104,6 @@ static void *uart_receiver(void *targ) {
 			txcmd_pending = false;
 		}
 	}
-
 	pthread_exit(NULL);
 	return NULL;
 }