formatting

This commit is contained in:
Eric House 2016-03-04 08:16:42 -08:00
parent 36bce5332d
commit 0f6615b25b

View file

@ -123,7 +123,7 @@ public class GCMIntentService extends GCMBaseIntentService {
GCMRegistrar.checkDevice( app );
// GCMRegistrar.checkManifest( app );
String regId = DevID.getGCMDevID( app );
if (regId.equals("")) {
if ( regId.equals("") ) {
GCMRegistrar.register( app, GCMConsts.SENDER_ID );
}
} catch ( UnsupportedOperationException uoe ) {