Skip to content

Commit 49f8fd2

Browse files
committed
C++: whitespace fix
1 parent 0c5d642 commit 49f8fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/interfaces/CommandExecution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import FunctionInputsAndOutputs
1212
import semmle.code.cpp.models.Models
1313

1414
/**
15-
* A function, such as `exec` or `popen` that starts a new process by
15+
* A function, such as `exec` or `popen` that starts a new process by
1616
* interpreting a string as a shell command.
1717
*/
1818
abstract class CommandExecutionFunction extends Function {

0 commit comments

Comments
 (0)