checkstyle
authorNikita Kozlov <nikita@beem-project.com>
Thu, 18 Mar 2010 03:02:08 +0100
changeset 718 f75ebc6738b9
parent 717 62dd98882d4c
child 719 a6e9d50ff96b
checkstyle
src/com/beem/project/beem/utils/BeemBroadcastReceiver.java
--- a/src/com/beem/project/beem/utils/BeemBroadcastReceiver.java	Thu Mar 18 02:57:58 2010 +0100
+++ b/src/com/beem/project/beem/utils/BeemBroadcastReceiver.java	Thu Mar 18 03:02:08 2010 +0100
@@ -84,7 +84,8 @@
 	    }
 	} else if (intentAction.equals(ConnectivityManager.CONNECTIVITY_ACTION)) {
 	    if (intent.getBooleanExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, false)) {
-		Toast.makeText(context, context.getString(R.string.BeemBroadcastReceiverDisconnect), Toast.LENGTH_SHORT).show();
+		Toast.makeText(context, context.getString(R.string.BeemBroadcastReceiverDisconnect),
+		    Toast.LENGTH_SHORT).show();
 		context.stopService(new Intent(context, BeemService.class));
 	    }
 	}