]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 8 Feb 2018 23:53:55 +0000 (23:53 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 8 Feb 2018 23:53:55 +0000 (23:53 +0000)
lib/export/samples/sample-update.c
lib/isc/win32/socket.c

index dc2fd16c0d7d2e79cbd905fa90dd3a8d721fa57e..d2fffd9204138357c53bb5e4b9e79afe74884dbb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010, 2012-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2010, 2012-2018  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -90,22 +90,22 @@ usage(void) {
 #ifdef _WIN32
 static void
 InitSockets(void) {
-        WORD wVersionRequested;
-        WSADATA wsaData;
-        int err;
+       WORD wVersionRequested;
+       WSADATA wsaData;
+       int err;
 
-        wVersionRequested = MAKEWORD(2, 0);
+       wVersionRequested = MAKEWORD(2, 0);
 
-        err = WSAStartup(wVersionRequested, &wsaData);
-        if (err != 0) {
-                fprintf(stderr, "WSAStartup() failed: %d\n", err);
-                exit(1);
-        }
+       err = WSAStartup(wVersionRequested, &wsaData);
+       if (err != 0) {
+               fprintf(stderr, "WSAStartup() failed: %d\n", err);
+               exit(1);
+       }
 }
 
 static void
 DestroySockets(void) {
-        WSACleanup();
+       WSACleanup();
 }
 #else
 #define InitSockets() ((void)0)
index 4cc1b22f8fc41e6040d4c419cf2c67bbc9b03b2f..f387dd7a1f22550226cd8ceb71f0e52e47b2f1f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any