diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2015-11-09 11:11:42 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2015-11-09 11:11:42 (GMT) |
commit | b8ce5c1ed3db9beb1c3a7b0bbad4ae6391309a98 (patch) | |
tree | d831d38dd2af1d6188356cee7c579905d9b3e85c /macosx | |
parent | e3205d6a06ea11e6f700ff9b027bbe783a476911 (diff) | |
download | tk-b8ce5c1ed3db9beb1c3a7b0bbad4ae6391309a98.zip tk-b8ce5c1ed3db9beb1c3a7b0bbad4ae6391309a98.tar.gz tk-b8ce5c1ed3db9beb1c3a7b0bbad4ae6391309a98.tar.bz2 |
clean-up end-of-line spacing
FossilOrigin-Name: 820d267611ca957b2cbf6a51c134e1f0bbe92f8e
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXDraw.c | 6 | ||||
-rw-r--r-- | macosx/tkMacOSXMouseEvent.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c index 33c2ef9..672e266 100644 --- a/macosx/tkMacOSXDraw.c +++ b/macosx/tkMacOSXDraw.c @@ -446,7 +446,7 @@ CreateCGImageWithXImage( * BW image */ - /* Reverses the sense of the bits */ + /* Reverses the sense of the bits */ static const CGFloat decodeWB[2] = {1, 0}; decode = decodeWB; @@ -474,7 +474,7 @@ CreateCGImageWithXImage( /* * Color image */ - + CGColorSpaceRef colorspace = CGColorSpaceCreateWithName(kCGColorSpaceSRGB); bitsPerComponent = 8; @@ -761,7 +761,7 @@ DrawCGImage( TkMacOSXSetColorInContext(gc, imageForeground, context); } } - + #ifdef TK_MAC_DEBUG_IMAGE_DRAWING CGContextSaveGState(context); CGContextSetLineWidth(context, 1.0); diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index 2b9d0bf..f4bfb44 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -75,7 +75,7 @@ static unsigned int ButtonModifiers2State(UInt32 buttonState, enum { NSWindowWillMoveEventType = 20 }; -/* +/* * In OS X 10.6 an NSEvent of type NSMouseMoved would always have a non-Nil * window attribute when the mouse was inside a window. As of 10.8 this * behavior had changed. The new behavior was that if the mouse were ever |