Skip to content

Commit e2ff6cd

Browse files
committed
Space before comment.
1 parent cea1cae commit e2ff6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robotjs.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -793,15 +793,15 @@ NAN_METHOD(saveBitmap)
793793
MMBitmapRef bitmap;
794794
MMImageType type = kBMPImageType;
795795

796-
//Get our image object from JavaScript.
796+
// Get our image object from JavaScript.
797797
BMP img = buildBMP(Nan::To<v8::Object>(info[0]).ToLocalChecked());
798798

799799
char *path;
800800
Nan::Utf8String string(info[1]);
801801

802802
path = *string;
803803

804-
//Create the bitmap.
804+
// Create the bitmap.
805805
bitmap = createMMBitmap(img.image, img.width, img.height, img.byteWidth, img.bitsPerPixel, img.bytesPerPixel);
806806

807807
if (saveMMBitmapToFile(bitmap, path, type) != 0) {

0 commit comments

Comments
 (0)