Skip to content

Commit 99ea4e5

Browse files
author
Noor Dawod
committed
Indentation.
1 parent 8e6080d commit 99ea4e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sample/src/main/java/com/loopj/android/http/sample/WaypointsActivity.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ protected void onListItemClick(ListView l, View v, int position, long id) {
7171

7272
private static class SampleConfig {
7373

74-
final int titleId;
75-
final Class targetClass;
74+
final int titleId;
75+
final Class targetClass;
7676

77-
SampleConfig(int titleId, Class targetClass) {
78-
this.titleId = titleId;
79-
this.targetClass = targetClass;
80-
}
77+
SampleConfig(int titleId, Class targetClass) {
78+
this.titleId = titleId;
79+
this.targetClass = targetClass;
80+
}
8181

8282
}
8383

0 commit comments

Comments
 (0)