mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-26 19:57:34 +01:00
[skip] code spacing
This commit is contained in:
parent
b149d7bd49
commit
0bb217ac88
@ -286,11 +286,6 @@ public class TypedValue {
|
|||||||
case TYPE_INT_DEC:
|
case TYPE_INT_DEC:
|
||||||
res = Integer.toString(data);
|
res = Integer.toString(data);
|
||||||
break;
|
break;
|
||||||
// defined before
|
|
||||||
/*
|
|
||||||
* case TYPE_INT_HEX: res = "0x" + Integer.toHexString(data); break;
|
|
||||||
* case TYPE_INT_BOOLEAN: res = (data != 0) ? "true":"false"; break;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
@ -298,4 +293,4 @@ public class TypedValue {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user