Skip to content

Commit b4b7507

Browse files
committed
C++: autoformat
1 parent d4e3f7f commit b4b7507

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticBound.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private import semmle.code.cpp.Location // TODO: SemLocation?
1515
class SemBound instanceof Specific::Bound {
1616
final string toString() { result = super.toString() }
1717

18-
final Location getLocation() {result = super.getLocation() }
18+
final Location getLocation() { result = super.getLocation() }
1919

2020
final SemExpr getExpr(int delta) { result = Specific::getBoundExpr(this, delta) }
2121
}

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisStage.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ signature module UtilSig<DeltaSig DeltaParam> {
230230
signature module BoundSig<DeltaSig D> {
231231
class SemBound {
232232
string toString();
233+
233234
Location getLocation();
235+
234236
SemExpr getExpr(D::Delta delta);
235237
}
236238

0 commit comments

Comments
 (0)