Skip to content

Commit 2a14479

Browse files
committed
C++: Autoformat.
1 parent a87e67d commit 2a14479

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisImpl.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ module RelativeBounds implements BoundSig<FloatDelta> {
4848
}
4949

5050
module ConstantStage =
51-
RangeStage<FloatDelta, ConstantBounds, FloatOverflow, CppLangImplConstant, RangeUtil<FloatDelta, CppLangImplConstant>>;
51+
RangeStage<FloatDelta, ConstantBounds, FloatOverflow, CppLangImplConstant,
52+
RangeUtil<FloatDelta, CppLangImplConstant>>;
5253

5354
module RelativeStage =
54-
RangeStage<FloatDelta, RelativeBounds, FloatOverflow, CppLangImplRelative, RangeUtil<FloatDelta, CppLangImplRelative>>;
55+
RangeStage<FloatDelta, RelativeBounds, FloatOverflow, CppLangImplRelative,
56+
RangeUtil<FloatDelta, CppLangImplRelative>>;
5557

5658
private newtype TSemReason =
5759
TSemNoReason() or

0 commit comments

Comments
 (0)