From 3f9a618768b16ceb02f6ca8132ac4159b6132d30 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 12 Oct 2017 11:55:30 +0000 Subject: remove some end-of-line spacing --- generic/tkImgPhoto.c | 4 ++-- macosx/tkMacOSXDialog.c | 1 - macosx/tkMacOSXInit.c | 2 +- macosx/tkMacOSXWm.c | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index cb46c41..0389c79 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -637,10 +637,10 @@ ImgPhotoCmd( options.toY2 - options.toY, options.zoomX, options.zoomY, options.subsampleX, options.subsampleY, options.compositingRule); - + /* * Set the destination image size if the -shrink option was specified. - * This has to be done _after_ copying the data. Otherwise, if source + * This has to be done _after_ copying the data. Otherwise, if source * and destination are the same image, block.pixelPtr would point to * an invalid memory block (bug [5239fd749b]). */ diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index c1f1491..9fc3057 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -176,7 +176,6 @@ static NSURL *getFileURL(NSString *directory, NSString *filename) { return url; } #endif - #pragma mark TKApplication(TKDialog) diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index a8b4e9d..2bed5d1 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -60,7 +60,7 @@ static void keyboardChanged(CFNotificationCenterRef center, void *observer, CFSt @synthesize poolLock = _poolLock; @end -/* +/* * #define this to see a message on stderr whenever _resetAutoreleasePool is * called while the pool is locked. */ diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 7bcbee3..d013356 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -249,7 +249,7 @@ confuses Tk window geometry. if ([self isZoomed]) { TkMacOSXZoomToplevel(self, inZoomIn); } else { - TkMacOSXZoomToplevel(self, inZoomOut); + TkMacOSXZoomToplevel(self, inZoomOut); } } @@ -5179,7 +5179,7 @@ TkMacOSXZoomToplevel( return false; } [window zoom:NSApp]; - + wmPtr->hints.initial_state = (zoomPart == inZoomIn ? NormalState : ZoomState); return true; -- cgit v0.12