Project

General

Profile

« Previous | Next » 

Revision c8e96413

Added by Neels Hofmeyr about 4 years ago

tweak indent in switch statement

View differences:

sim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java
220 220
		ProactiveResponseHandler rspHdlr = ProactiveResponseHandler.getTheHandler();
221 221

  
222 222
		switch (rspHdlr.getItemIdentifier()) {
223
			case 1: /* Show LU counter */
224
				showMsg(LUCounter);
225
				break;
226
			case 2: /* Show IMSI */
227
				showIMSI();
228
				break;
229
			case 3: /* Change IMSI */
230
				showMenu(itemListChangeIMSI, (byte)3);
231
				handleMenuResponseChangeIMSI();
232
				break;
223
		case 1: /* Show LU counter */
224
			showMsg(LUCounter);
225
			break;
226
		case 2: /* Show IMSI */
227
			showIMSI();
228
			break;
229
		case 3: /* Change IMSI */
230
			showMenu(itemListChangeIMSI, (byte)3);
231
			handleMenuResponseChangeIMSI();
232
			break;
233 233
		}
234 234
	}
235 235

  

Also available in: Unified diff

Add picture from clipboard (Maximum size: 48.8 MB)