checkstyle: Add indentation

This commit is contained in:
Daniel Martí 2015-10-08 21:41:38 +02:00
parent 04ea84640e
commit 561d7833d1
38 changed files with 1583 additions and 1581 deletions

View File

@ -106,7 +106,7 @@ import java.util.Map;
* @author Isaac Potoczny-Jones
* @author Brad Drehmer
* @author gcstang
*/
*/
public class IntentIntegrator {
public static final int REQUEST_CODE = 0x0000c0de; // Only use bottom 16 bits

View File

@ -34,6 +34,8 @@
<!--<module name="MethodLength" />-->
<!--<module name="ParameterNumber" />-->
<module name="Indentation" />
<module name="EmptyForIteratorPad" />
<module name="GenericWhitespace" />
<module name="MethodParamPad" />