C++: Autoformat some more

This commit is contained in:
Dave Bartolomeo
2020-07-01 10:14:35 -04:00
parent 10bbd566d4
commit 566d7fad63
5 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
/**
* INTERNAL: Do not use.
*
*
* Gets a string that uniquely identifies this block within its enclosing function.
*
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
/**
* INTERNAL: Do not use.
*
*
* Gets the zero-based index of the block within its function.
*
* This predicate is used by debugging and printing code only.

View File

@@ -28,7 +28,7 @@ class IRBlockBase extends TIRBlock {
/**
* INTERNAL: Do not use.
*
*
* Gets a string that uniquely identifies this block within its enclosing function.
*
* This predicate is used by debugging and printing code only.
@@ -37,7 +37,7 @@ class IRBlockBase extends TIRBlock {
/**
* INTERNAL: Do not use.
*
*
* Gets the zero-based index of the block within its function.
*
* This predicate is used by debugging and printing code only.