checkstyle: Add indentation
This commit is contained in:
parent
04ea84640e
commit
561d7833d1
@ -106,7 +106,7 @@ import java.util.Map;
|
|||||||
* @author Isaac Potoczny-Jones
|
* @author Isaac Potoczny-Jones
|
||||||
* @author Brad Drehmer
|
* @author Brad Drehmer
|
||||||
* @author gcstang
|
* @author gcstang
|
||||||
*/
|
*/
|
||||||
public class IntentIntegrator {
|
public class IntentIntegrator {
|
||||||
|
|
||||||
public static final int REQUEST_CODE = 0x0000c0de; // Only use bottom 16 bits
|
public static final int REQUEST_CODE = 0x0000c0de; // Only use bottom 16 bits
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
<!--<module name="MethodLength" />-->
|
<!--<module name="MethodLength" />-->
|
||||||
<!--<module name="ParameterNumber" />-->
|
<!--<module name="ParameterNumber" />-->
|
||||||
|
|
||||||
|
<module name="Indentation" />
|
||||||
|
|
||||||
<module name="EmptyForIteratorPad" />
|
<module name="EmptyForIteratorPad" />
|
||||||
<module name="GenericWhitespace" />
|
<module name="GenericWhitespace" />
|
||||||
<module name="MethodParamPad" />
|
<module name="MethodParamPad" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user