Removed all whitespace-only lines from the source code to stop myself from going crazy...

This commit is contained in:
Woon Tien Jing
2014-12-06 16:40:14 +08:00
parent 4ef4dfb51f
commit 889be2cc3a
3 changed files with 36 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ import android.content.Context;
import org.cloudsky.cordovaPlugins.ZBarScannerActivity;
public class ZBar extends CordovaPlugin {
// Configuration ---------------------------------------------------
private static int SCAN_CODE = 1;
@@ -52,7 +52,7 @@ public class ZBar extends CordovaPlugin {
// External results handler ----------------------------------------
@Override
public void onActivityResult (int requestCode, int resultCode, Intent result)
{