diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 07:52:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 07:52:26 (GMT) |
commit | 4583fda0916e05a0f358d457c1ec7d195c7afd98 (patch) | |
tree | 5486553893114b09f844cbd50009b03b7296c753 /macosx/tkMacOSXImage.c | |
parent | 980fa7a60ed33b4f84a4324e85f3fc30ce393dcb (diff) | |
download | tk-4583fda0916e05a0f358d457c1ec7d195c7afd98.zip tk-4583fda0916e05a0f358d457c1ec7d195c7afd98.tar.gz tk-4583fda0916e05a0f358d457c1ec7d195c7afd98.tar.bz2 |
Menu-related code cleanup. (mainly indenting spaces -> tabs)
Diffstat (limited to 'macosx/tkMacOSXImage.c')
-rw-r--r-- | macosx/tkMacOSXImage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXImage.c b/macosx/tkMacOSXImage.c index 97d9ce7..1ca7b64 100644 --- a/macosx/tkMacOSXImage.c +++ b/macosx/tkMacOSXImage.c @@ -619,7 +619,7 @@ int TkpPutRGBAImage( * * An alternative to the copy-modify-paste paradigm is to use GPU-based * graphics composition, clipping to the specified rectangle. That is - * the approach that must be followed by display procedures on macOS. + * the approach that must be followed by display procedures on macOS. * * Results: * Returns an NSBitmapRep representing the image of the given rectangle of |