Skip to content

Commit 10bbd56

Browse files
author
Dave Bartolomeo
committed
C++: Autoformat
1 parent 6592f8c commit 10bbd56

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IRGeneratedVariable extends IRVariable {
165165

166166
/**
167167
* INTERNAL: Do not use.
168-
*
168+
*
169169
* Gets a string containing the source code location of the AST that generated this variable.
170170
*
171171
* This is used by debugging and printing code only.
@@ -178,7 +178,7 @@ class IRGeneratedVariable extends IRVariable {
178178

179179
/**
180180
* INTERNAL: Do not use.
181-
*
181+
*
182182
* Gets the string that is combined with the location of the variable to generate the string
183183
* representation of this variable.
184184
*

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRVariable.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IRGeneratedVariable extends IRVariable {
165165

166166
/**
167167
* INTERNAL: Do not use.
168-
*
168+
*
169169
* Gets a string containing the source code location of the AST that generated this variable.
170170
*
171171
* This is used by debugging and printing code only.
@@ -178,7 +178,7 @@ class IRGeneratedVariable extends IRVariable {
178178

179179
/**
180180
* INTERNAL: Do not use.
181-
*
181+
*
182182
* Gets the string that is combined with the location of the variable to generate the string
183183
* representation of this variable.
184184
*

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRVariable.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IRGeneratedVariable extends IRVariable {
165165

166166
/**
167167
* INTERNAL: Do not use.
168-
*
168+
*
169169
* Gets a string containing the source code location of the AST that generated this variable.
170170
*
171171
* This is used by debugging and printing code only.
@@ -178,7 +178,7 @@ class IRGeneratedVariable extends IRVariable {
178178

179179
/**
180180
* INTERNAL: Do not use.
181-
*
181+
*
182182
* Gets the string that is combined with the location of the variable to generate the string
183183
* representation of this variable.
184184
*

csharp/ql/src/experimental/ir/implementation/raw/IRVariable.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IRGeneratedVariable extends IRVariable {
165165

166166
/**
167167
* INTERNAL: Do not use.
168-
*
168+
*
169169
* Gets a string containing the source code location of the AST that generated this variable.
170170
*
171171
* This is used by debugging and printing code only.
@@ -178,7 +178,7 @@ class IRGeneratedVariable extends IRVariable {
178178

179179
/**
180180
* INTERNAL: Do not use.
181-
*
181+
*
182182
* Gets the string that is combined with the location of the variable to generate the string
183183
* representation of this variable.
184184
*

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/IRVariable.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IRGeneratedVariable extends IRVariable {
165165

166166
/**
167167
* INTERNAL: Do not use.
168-
*
168+
*
169169
* Gets a string containing the source code location of the AST that generated this variable.
170170
*
171171
* This is used by debugging and printing code only.
@@ -178,7 +178,7 @@ class IRGeneratedVariable extends IRVariable {
178178

179179
/**
180180
* INTERNAL: Do not use.
181-
*
181+
*
182182
* Gets the string that is combined with the location of the variable to generate the string
183183
* representation of this variable.
184184
*

0 commit comments

Comments
 (0)