Cleanup: indentation

This commit is contained in:
Laurent Clouet
2015-01-20 22:06:05 +01:00
parent e391f08f66
commit da5fbabb91
6 changed files with 16 additions and 16 deletions

View File

@@ -84,5 +84,5 @@ public class CPU {
public boolean haveData() {
return this.name != null && this.model != null && this.family != null && this.arch != null;
}
}