GPT fdisk 0.8.3 release; minor bug fixes & feature changes.
diff --git a/diskio-windows.cc b/diskio-windows.cc
index af191a8..3d180d4 100644
--- a/diskio-windows.cc
+++ b/diskio-windows.cc
@@ -238,7 +238,7 @@
          cerr << "Unable to allocate memory in DiskIO::Read()! Terminating!\n";
          exit(1);
       } // if
-      
+
       // Read the data into temporary space, then copy it to buffer
       ReadFile(fd, tempSpace, numBlocks * blockSize, &retval, NULL);
       for (i = 0; i < numBytes; i++) {