getaddrinfo: Doc fix.
[pspp] / tests / test-arctwo.c
index 64d552151d4b7b29de702c7cfb613071dbf43600..5690b8af9235b0703cda39557d6078477fb8374b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Free Software Foundation
+ * Copyright (C) 2005, 2010-2011 Free Software Foundation, Inc.
  * Written by Simon Josefsson
  *
  * This program is free software: you can redistribute it and/or modify
@@ -116,10 +116,10 @@ main (int argc, char *argv[])
       size_t i;
       printf ("expected:\n");
       for (i = 0; i < sizeof (ciphertext_4); i++)
-       printf ("%02x ", ciphertext_4[i] & 0xFF);
+        printf ("%02x ", ciphertext_4[i] & 0xFF);
       printf ("\ncomputed:\n");
       for (i = 0; i < sizeof (ciphertext_4); i++)
-       printf ("%02x ", scratch[i] & 0xFF);
+        printf ("%02x ", scratch[i] & 0xFF);
       printf ("\n");
       return 1;
     }
@@ -138,10 +138,10 @@ main (int argc, char *argv[])
       size_t i;
       printf ("expected:\n");
       for (i = 0; i < sizeof (ciphertext_5); i++)
-       printf ("%02x ", ciphertext_5[i] & 0xFF);
+        printf ("%02x ", ciphertext_5[i] & 0xFF);
       printf ("\ncomputed:\n");
       for (i = 0; i < sizeof (ciphertext_5); i++)
-       printf ("%02x ", scratch[i] & 0xFF);
+        printf ("%02x ", scratch[i] & 0xFF);
       printf ("\n");
       return 1;
     }
@@ -160,10 +160,10 @@ main (int argc, char *argv[])
       size_t i;
       printf ("expected:\n");
       for (i = 0; i < sizeof (ciphertext_6); i++)
-       printf ("%02x ", ciphertext_6[i] & 0xFF);
+        printf ("%02x ", ciphertext_6[i] & 0xFF);
       printf ("\ncomputed:\n");
       for (i = 0; i < sizeof (ciphertext_6); i++)
-       printf ("%02x ", scratch[i] & 0xFF);
+        printf ("%02x ", scratch[i] & 0xFF);
       printf ("\n");
       return 1;
     }