Skip to content

Commit 521fbb1

Browse files
author
Dave Bartolomeo
committed
C++/C#: Fix formatting
1 parent eda47bf commit 521fbb1

File tree

2 files changed

+2
-2
lines changed
  • cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal
  • csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSASanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Unaliased SSA Sanity Check
3-
* @description Performs sanity checks on the SSA construction. This query should have no results.
3+
* @description Performs sanity checks on the SSA construction. This query should have no results.
44
* @kind table
55
* @id cpp/unaliased-ssa-sanity-check
66
*/

csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/SSASanity.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Unaliased SSA Sanity Check
3-
* @description Performs sanity checks on the SSA construction. This query should have no results.
3+
* @description Performs sanity checks on the SSA construction. This query should have no results.
44
* @kind table
55
* @id csharp/unaliased-ssa-sanity-check
66
*/

0 commit comments

Comments
 (0)