From 77d5c68b417aaabb6c9b0a7ae4364d2c01ae12ed Mon Sep 17 00:00:00 2001 From: Lars Kanis <lars@greiz-reinsdorf.de> Date: Sat, 14 Feb 2015 09:29:55 +0100 Subject: [PATCH] Whitespace changes. --- ext/fox16_c/impl.cpp | 1 + lib/fox16/scintilla.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/fox16_c/impl.cpp b/ext/fox16_c/impl.cpp index 408c363..009484e 100644 --- a/ext/fox16_c/impl.cpp +++ b/ext/fox16_c/impl.cpp @@ -454,6 +454,7 @@ IMPLEMENT_FXID_STUBS(FXRbImage) IMPLEMENT_FXDRAWABLE_STUBS(FXRbImage) IMPLEMENT_FXIMAGE_STUBS(FXRbImage) +/* Start stub implementations for class FXRbImageData */ /* Start stub implementations for class FXRbImageFrame */ IMPLEMENT_FXOBJECT_STUBS(FXRbImageFrame) IMPLEMENT_FXID_STUBS(FXRbImageFrame) diff --git a/lib/fox16/scintilla.rb b/lib/fox16/scintilla.rb index 983ba73..42147a2 100755 --- a/lib/fox16/scintilla.rb +++ b/lib/fox16/scintilla.rb @@ -3,7 +3,7 @@ module Fox class FXScintilla - # + # @@ -3238,7 +3238,7 @@ module Fox sendMessage(2626, markerNumber, pixels) end - # Register an RGBA image for use in autocompletion lists. + # Register an RGBA image for use in autocompletion lists. # It has the width and height from RGBAImageSetWidth/Height def registerRGBAImage(type, pixels) sendMessage(2627, type, pixels) -- GitLab