Skip to content

Commit 238895e

Browse files
committed
C++: Fix formatting
1 parent 92c6170 commit 238895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-409/LibArchive.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Archive_read_data_block extends DecompressionFunction {
2121
* The `archive_read_open_filename` function as a flow step.
2222
*/
2323
class ReadOpenFunctionStep extends DecompressionFlowStep {
24-
ReadOpenFunctionStep() { this = "ReadOpenFunction"}
24+
ReadOpenFunctionStep() { this = "ReadOpenFunction" }
2525

2626
override predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) {
2727
exists(FunctionCall fc | fc.getTarget().hasGlobalName("archive_read_open_filename") |

0 commit comments

Comments
 (0)