[Pcsclite-git-commit] [CCID] 01/01: Remove extra spaces

Ludovic Rousseau rousseau at moszumanska.debian.org
Tue Aug 23 15:26:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit f0a26a9b17b9c94d7b87124a6d0a0c824ae9d561
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue Aug 23 14:45:01 2016 +0200

    Remove extra spaces
    
    A space character before a tabulation characteri is not needed.
---
 src/towitoko/atr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/towitoko/atr.h b/src/towitoko/atr.h
index 23207f6..abe48c3 100644
--- a/src/towitoko/atr.h
+++ b/src/towitoko/atr.h
@@ -36,7 +36,7 @@
 #define ATR_IO_ERROR	3	/* I/O stream error */
 
 /* Paramenters */
-#define ATR_MAX_SIZE 		33	/* Maximum size of ATR byte array */
+#define ATR_MAX_SIZE		33	/* Maximum size of ATR byte array */
 #define ATR_MAX_HISTORICAL	15	/* Maximum number of historical bytes */
 #define ATR_MAX_PROTOCOLS	7	/* Maximun number of protocols */
 #define ATR_MAX_IB		4	/* Maximum number of interface bytes per protocol */
@@ -66,7 +66,7 @@
 /* Default values for paramenters */
 #define ATR_DEFAULT_F	372
 #define ATR_DEFAULT_D	1
-#define ATR_DEFAULT_I 	50
+#define ATR_DEFAULT_I	50
 #define ATR_DEFAULT_N	0
 #define ATR_DEFAULT_P	5
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list