Skip to content

Commit 8dd474e

Browse files
committed
remove unnecessary tags/semicolon
1 parent 374dec4 commit 8dd474e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

cSploit/res/layout/plugin_mitm_sniffer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
android:layout_below="@+id/separator"
4444
android:indicatorLeft="?android:attr/expandableListPreferredItemIndicatorLeft"
4545
android:paddingLeft="8dp"
46-
android:paddingRight="8dp"></ListView>
46+
android:paddingRight="8dp"/>
4747

4848
<Spinner
4949
android:id="@+id/sortSpinner"

cSploit/res/layout/plugin_traceroute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
android:layout_height="wrap_content"
3333
android:layout_alignParentLeft="true"
3434
android:layout_alignParentRight="true"
35-
android:layout_below="@+id/separator"></ListView>
35+
android:layout_below="@+id/separator"/>
3636

3737
<ProgressBar
3838
android:id="@+id/traceActivity"

cSploit/src/org/csploit/android/wifi/algorithms/ThomsonKeygen.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private boolean internetCalc(){
174174
this.entry = new byte[lenght];
175175
if((len = onlineFile.read(this.entry, 0, lenght)) != -1){
176176
lenght = len;
177-
;
178177
}
179178

180179
onlineFile.close();

0 commit comments

Comments
 (0)