- fixes, intendation
[oweals/gnunet.git] / src / gns / w32nsp-resolve.c
index f8f4a43bee2b4749d22564c3b96f34331407f290..af30b97585428ffe3cc52c01db58c7ed9d147a4b 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -385,7 +385,7 @@ main (int argc, char **argv)
     ADDRINFOW hints;
     ADDRINFOW *result;
     ADDRINFOW *pos;
-  
+
     memset (&hints, 0, sizeof (struct addrinfo));
     hints.ai_family = AF_UNSPEC;
     hints.ai_socktype = SOCK_STREAM;