Skip to content

Commit

Permalink
Cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzion24 committed Nov 30, 2015
1 parent 44d95f6 commit d55f884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ public List<CPUArch> getSupportedArchitectures() {
archs.add(CPUArch.ALL);
return archs;
}

private boolean isHTCPhone(){
return Build.MANUFACTURER.equalsIgnoreCase("htc");
}


@Override
public String getCVEorID() {
return "WeakSauce";
Expand Down

0 comments on commit d55f884

Please sign in to comment.