Skip to content

Commit

Permalink
remove some useless spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHippo committed Mar 15, 2012
1 parent de271e9 commit 48f7e29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hxGD/Image.hx
Expand Up @@ -55,7 +55,7 @@ class Image {
/**
* neko image representation
*/
public var img:Void;
public var img:Void;

/**
* is it a trueColor image? otherwise 256 color palette based
Expand Down Expand Up @@ -102,7 +102,7 @@ class Image {
case Gif: gd_imageGif(img,file);
case Gd: gd_imageGd(img,file);
case Gd2(comp,ch): gd_imageGd2(img,file,comp,ch);
}
}
}

/**
Expand All @@ -118,7 +118,7 @@ class Image {
case Jpeg(q): gd_imageJpegData(img,q);
default:
throw ("not supported");
}
}
);
}

Expand Down Expand Up @@ -277,5 +277,4 @@ class Image {
private static var gd_imageStringTTF = Lib.load("nGD","ImageStringTTF",-1);



}

0 comments on commit 48f7e29

Please sign in to comment.