Remove whitespace, update email addresses and URLs.
[kodak.git] / dc210photo.cpp
index 7fb48c1ef3854ad2869736fe5ed54e90879ab21d..cca111b2d92f7fcd9415a3ee8fae45552db1bd1a 100644 (file)
@@ -2,11 +2,11 @@
 //
 // File:     dc210photo.cpp
 //
-// Module:   
+// Module:
 //
-// Synopsis: 
+// Synopsis:
 //
-// Copyright (C) 1999-2000 Scott Gasch <s[email protected].org>
+// Copyright (C) 1999-2000 Scott Gasch <scott@gasch.org>
 //
 // Created:  15 Jan 2000
 //
@@ -30,8 +30,8 @@ CKodakDC210Photo::CKodakDC210Photo(int iPictureNumber, CKodakDC210 *pCamera)
        {
                if (!_pCamera->SendCommand(DC210_PICTURE_INFO,
                                                                   (((iPictureNumber - 1) & 0xFF00) >> 8),
-                                                                  (iPictureNumber - 1) & 0x00FF, 
-                                                                  0, 
+                                                                  (iPictureNumber - 1) & 0x00FF,
+                                                                  0,
                                                                   0))
                {
                        Trace("CKodakDC210Photo: Could not send command to camera.\n");
@@ -332,7 +332,7 @@ bool CKodakDC210Photo::GetData(BYTE **ppData, int *piLength)
        }
 
        buf = (BYTE *) realloc(buf, iSize);
-       if (!buf) 
+       if (!buf)
        {
                Trace("GetData: Out of memory in realloc\n");
                return(false);