Merge "Code reformatting for upcoming automated code changes."

am: fc38791616

Change-Id: I3e77fc382a76eee6bf95e9cdd7f2f7da20fbdb5a
This commit is contained in:
Mathew Inwood
2018-08-21 03:17:43 -07:00
committed by android-build-merger

View File

@@ -58,7 +58,11 @@ public class SmsConstants {
* See TS 23.038.
*/
public enum MessageClass{
UNKNOWN, CLASS_0, CLASS_1, CLASS_2, CLASS_3;
UNKNOWN,
CLASS_0,
CLASS_1,
CLASS_2,
CLASS_3;
}
/**