summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2007-01-19 00:36:45 (GMT)
committerdas <das>2007-01-19 00:36:45 (GMT)
commit75ccccac84a02f2efe7d0cbf26581f83661cf935 (patch)
tree3b9d42722e73a1ddb738dbdea640d615e724a8ef
parent70241ed12dcc2b7c07c8f6d0e14654db03632683 (diff)
downloadtk-75ccccac84a02f2efe7d0cbf26581f83661cf935.zip
tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.gz
tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.bz2
whitespace
-rw-r--r--generic/tkCanvUtil.c3
-rw-r--r--generic/tkGeometry.c3
-rw-r--r--generic/tkImage.c6
-rw-r--r--macosx/tkMacOSXClipboard.c4
-rw-r--r--macosx/tkMacOSXNotify.c6
5 files changed, 12 insertions, 10 deletions
diff --git a/generic/tkCanvUtil.c b/generic/tkCanvUtil.c
index 8cad646..0815df5 100644
--- a/generic/tkCanvUtil.c
+++ b/generic/tkCanvUtil.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCanvUtil.c,v 1.14 2005/11/04 15:23:05 dkf Exp $
+ * RCS: @(#) $Id: tkCanvUtil.c,v 1.15 2007/01/19 00:36:45 das Exp $
*/
#include "tkInt.h"
@@ -682,6 +682,7 @@ Tk_CreateSmoothMethod(
Tcl_SetAssocData(interp, "smoothMethod", SmoothMethodCleanupProc,
(ClientData) ptr);
}
+
/*
*----------------------------------------------------------------------
*
diff --git a/generic/tkGeometry.c b/generic/tkGeometry.c
index 5c862e5..3f42def 100644
--- a/generic/tkGeometry.c
+++ b/generic/tkGeometry.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkGeometry.c,v 1.8 2007/01/03 05:06:26 nijtmans Exp $
+ * RCS: @(#) $Id: tkGeometry.c,v 1.9 2007/01/19 00:36:45 das Exp $
*/
#include "tkPort.h"
@@ -232,6 +232,7 @@ Tk_SetInternalBorderEx(tkwin, left, right, top, bottom)
Tk_ResizeWindow(tkwin, Tk_Width(tkwin), Tk_Height(tkwin));
}
}
+
/*
*----------------------------------------------------------------------
*
diff --git a/generic/tkImage.c b/generic/tkImage.c
index 794c82a..257d44c 100644
--- a/generic/tkImage.c
+++ b/generic/tkImage.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkImage.c,v 1.29 2006/03/16 10:04:48 das Exp $
+ * RCS: @(#) $Id: tkImage.c,v 1.30 2007/01/19 00:36:45 das Exp $
*/
#include "tkInt.h"
@@ -739,7 +739,7 @@ Tk_PostscriptImage(image, interp, tkwin, psinfo, x, y, width, height, prepass)
XDestroyImage(ximage);
return result;
}
-
+
/*
*----------------------------------------------------------------------
*
@@ -1035,7 +1035,7 @@ Tk_GetImageMasterData(interp, name, typePtrPtr)
*typePtrPtr = masterPtr->typePtr;
return masterPtr->masterData;
}
-
+
/*
*----------------------------------------------------------------------
*
diff --git a/macosx/tkMacOSXClipboard.c b/macosx/tkMacOSXClipboard.c
index e31afd6..03f700c 100644
--- a/macosx/tkMacOSXClipboard.c
+++ b/macosx/tkMacOSXClipboard.c
@@ -9,13 +9,13 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXClipboard.c,v 1.6 2006/03/24 14:58:01 das Exp $
+ * RCS: @(#) $Id: tkMacOSXClipboard.c,v 1.7 2007/01/19 00:36:45 das Exp $
*/
#include "tkMacOSXInt.h"
#include "tkSelect.h"
-
+
/*
*----------------------------------------------------------------------
*
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 94ecb5d..3eb3a3f 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.16 2006/03/28 02:43:24 das Exp $
+ * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.17 2007/01/19 00:36:45 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -85,7 +85,7 @@ Tk_MacOSXSetupTkNotifier()
}
}
}
-
+
/*
*----------------------------------------------------------------------
*
@@ -149,7 +149,7 @@ CarbonEventsSetupProc(clientData, flags)
Tcl_SetMaxBlockTime(&blockTime);
}
}
-
+
/*
*----------------------------------------------------------------------
*