Tabs -> spaces in frameworks/base.

Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
This commit is contained in:
John Spurlock
2014-02-25 09:40:05 -05:00
parent 875e2101d7
commit 8a985d24ce
56 changed files with 290 additions and 290 deletions

View File

@@ -1610,7 +1610,7 @@ public class LocationManager {
* @hide
*/
public boolean sendNiResponse(int notifId, int userResponse) {
try {
try {
return mService.sendNiResponse(notifId, userResponse);
} catch (RemoteException e) {
Log.e(TAG, "RemoteException in sendNiResponse: ", e);