Java: Autoformat qls.

This commit is contained in:
Anders Schack-Mulligen
2019-02-12 13:45:09 +01:00
parent 63a4dd09ad
commit 25469637db
10 changed files with 36 additions and 12 deletions

View File

@@ -12,7 +12,9 @@
import java
class CharType extends PrimitiveType { CharType() { this.hasName("char") } }
class CharType extends PrimitiveType {
CharType() { this.hasName("char") }
}
private Type getABranchType(ConditionalExpr ce) {
result = ce.getTrueExpr().getType() or