Skip to content

Commit cb2370c

Browse files
author
Dave Bartolomeo
committed
C++/C#: Fix formatting
1 parent a409b9d commit cb2370c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/implementation/internal/IRFunctionBase.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* Provides a base class, `IRFunctionBase`, for the stage-independent portions of `IRFunction`.
33
*/
4+
45
private import IRFunctionBaseInternal
56

67
private newtype TIRFunction =

csharp/ql/src/semmle/code/csharp/ir/implementation/internal/IRFunctionBase.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* Provides a base class, `IRFunctionBase`, for the stage-independent portions of `IRFunction`.
33
*/
4+
45
private import IRFunctionBaseInternal
56

67
private newtype TIRFunction =

0 commit comments

Comments
 (0)