Skip to content

Commit e435484

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Defines the public interface to temporary variable tags, which describe the reason a particular
33
* `IRTempVariable` was generated.
44
*/
5+
56
private import internal.TempVariableTagInternal
67
private import Imports::TempVariableTag
78

csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Defines the public interface to temporary variable tags, which describe the reason a particular
33
* `IRTempVariable` was generated.
44
*/
5+
56
private import internal.TempVariableTagInternal
67
private import Imports::TempVariableTag
78

0 commit comments

Comments
 (0)