nfctype1: Small identation fix
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Aug 2011 18:21:32 +0000 (20:21 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 21 Oct 2011 06:54:05 +0000 (23:54 -0700)
plugins/nfctype1.c

index 788aaef..d3aeb4f 100755 (executable)
@@ -80,7 +80,7 @@ struct recv_cookie {
 
 static int meta_recv(uint8_t *resp, int length, void *data)
 {
-    struct recv_cookie *cookie = data;
+       struct recv_cookie *cookie = data;
        struct near_tag *tag;
        struct type1_tag *t1_tag;
        uint8_t *cc;