Replace tabs with spaces

This commit is contained in:
2015-09-01 13:17:55 +01:00
parent a86b4d35ed
commit e7bf70ef9f
38 changed files with 7816 additions and 7816 deletions

View File

@@ -11,13 +11,13 @@ import java.io.IOException;
public class USBException extends IOException {
public USBException(String string) {
super(string);
}
public USBException(String string) {
super(string);
}
/**
*
*/
private static final long serialVersionUID = 1690857437804284710L;
/**
*
*/
private static final long serialVersionUID = 1690857437804284710L;
}