Skip to content

Commit 566d7fa

Browse files
author
Dave Bartolomeo
committed
C++: Autoformat some more
1 parent 10bbd56 commit 566d7fa

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/IRBlock.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
2828

2929
/**
3030
* INTERNAL: Do not use.
31-
*
31+
*
3232
* Gets a string that uniquely identifies this block within its enclosing function.
3333
*
3434
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
3737

3838
/**
3939
* INTERNAL: Do not use.
40-
*
40+
*
4141
* Gets the zero-based index of the block within its function.
4242
*
4343
* This predicate is used by debugging and printing code only.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
2828

2929
/**
3030
* INTERNAL: Do not use.
31-
*
31+
*
3232
* Gets a string that uniquely identifies this block within its enclosing function.
3333
*
3434
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
3737

3838
/**
3939
* INTERNAL: Do not use.
40-
*
40+
*
4141
* Gets the zero-based index of the block within its function.
4242
*
4343
* This predicate is used by debugging and printing code only.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
2828

2929
/**
3030
* INTERNAL: Do not use.
31-
*
31+
*
3232
* Gets a string that uniquely identifies this block within its enclosing function.
3333
*
3434
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
3737

3838
/**
3939
* INTERNAL: Do not use.
40-
*
40+
*
4141
* Gets the zero-based index of the block within its function.
4242
*
4343
* This predicate is used by debugging and printing code only.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
2828

2929
/**
3030
* INTERNAL: Do not use.
31-
*
31+
*
3232
* Gets a string that uniquely identifies this block within its enclosing function.
3333
*
3434
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
3737

3838
/**
3939
* INTERNAL: Do not use.
40-
*
40+
*
4141
* Gets the zero-based index of the block within its function.
4242
*
4343
* This predicate is used by debugging and printing code only.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
2828

2929
/**
3030
* INTERNAL: Do not use.
31-
*
31+
*
3232
* Gets a string that uniquely identifies this block within its enclosing function.
3333
*
3434
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
3737

3838
/**
3939
* INTERNAL: Do not use.
40-
*
40+
*
4141
* Gets the zero-based index of the block within its function.
4242
*
4343
* This predicate is used by debugging and printing code only.

0 commit comments

Comments
 (0)