summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changes2
-rw-r--r--generic/tkCanvas.c2
-rw-r--r--macosx/tkMacOSXHLEvents.c6
-rw-r--r--macosx/tkMacOSXSysTray.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/changes b/changes
index c209520..144dee7 100644
--- a/changes
+++ b/changes
@@ -7952,7 +7952,7 @@ in this changeset (new minor version) rather than bug fixes:
2021-01-08 (bug)[822330] Prevent buffer overflow in SVG image.
-2021-01-28 (bug)[237971] 'end' argument to [$canvas insert]
+2021-01-28 (bug)[237971] 'end' argument to [$canvas insert]
2021-02-25 (bug)[be9cad] crash in [tkwait]
diff --git a/generic/tkCanvas.c b/generic/tkCanvas.c
index 95fec62..829d65a 100644
--- a/generic/tkCanvas.c
+++ b/generic/tkCanvas.c
@@ -2924,7 +2924,7 @@ DrawCanvas(
#else
#define COPY_PIXEL 0
#endif
-
+
if (COPY_PIXEL) {
/*
* This platform packs pixels in RGBA byte order, as expected
diff --git a/macosx/tkMacOSXHLEvents.c b/macosx/tkMacOSXHLEvents.c
index 03b3722..aefc63c 100644
--- a/macosx/tkMacOSXHLEvents.c
+++ b/macosx/tkMacOSXHLEvents.c
@@ -400,7 +400,7 @@ static const char getSdefProc[] = "::tk::mac::GetDynamicSdef";
Tcl_DoWhenIdle(ProcessAppleEvent, (ClientData)AEInfo);
AEInfo->retryCount = 0;
ProcessAppleEvent((ClientData)AEInfo);
-
+
}
@end
@@ -541,8 +541,8 @@ TkMacOSXInitAppleEvents(
forEventClass:kInternetEventClass andEventID:kAEGetURL];
/*
- * We do not load our sdef dynamically but this event handler
- * is required to silence error messages from inline execution
+ * We do not load our sdef dynamically but this event handler
+ * is required to silence error messages from inline execution
* of AppleScript at the Objective-C level.
*/
[aeManager setEventHandler:NSApp
diff --git a/macosx/tkMacOSXSysTray.c b/macosx/tkMacOSXSysTray.c
index e708b97..c2e347f 100644
--- a/macosx/tkMacOSXSysTray.c
+++ b/macosx/tkMacOSXSysTray.c
@@ -439,7 +439,7 @@ static int SysNotifyObjCmd(
NSDictionary *errorInfo;
NSAppleEventDescriptor *result = [scpt executeAndReturnError:&errorInfo];
NSString *info = [result stringValue];
- const char* output = [info UTF8String];
+ const char* output = [info UTF8String];
Tcl_AppendResult(interp,
output,