]> err.no Git - yubikey-personalization.old/commitdiff
whitespace
authorFredrik Thulin <fredrik@yubico.com>
Mon, 17 Jan 2011 14:49:06 +0000 (15:49 +0100)
committerFredrik Thulin <fredrik@yubico.com>
Mon, 17 Jan 2011 14:49:06 +0000 (15:49 +0100)
tests/test_args_to_config.c

index f4633060f982e7c98651e9b7e38cb8a26f0b49c5..aa7231d99db1d96414aadccd637a67b3fb655b89 100644 (file)
@@ -154,13 +154,13 @@ int _test_config_slot1()
        struct config_st *ycfg;
 
        unsigned char expected[] = {
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00,
                0x00, 0x46, 0xc0
        };
 
@@ -185,13 +185,13 @@ int _test_config_static_slot2()
        struct config_st *ycfg;
 
        unsigned char expected[] = {
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 
-               0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 
-               0x3d, 0x3e, 0x3f, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x20, 0xf0, 0x00, 
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35,
+               0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c,
+               0x3d, 0x3e, 0x3f, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x20, 0xf0, 0x00,
                0x00, 0xe9, 0xf5
        };
 
@@ -307,13 +307,13 @@ int _test_oath_hotp_nist_160_bits()
        struct config_st *ycfg;
 
        unsigned char expected[] = {
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x40, 0x41, 0x42, 0x43, 0x00, 
-               0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 
-               0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 
-               0x3d, 0x3e, 0x3f, 0x00, 0x00, 0x00, 0x00, 
-               0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x40, 0x41, 0x42, 0x43, 0x00,
+               0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35,
+               0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c,
+               0x3d, 0x3e, 0x3f, 0x00, 0x00, 0x00, 0x00,
+               0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00,
                0x00, 0x6a, 0xb9
        };