C++: whitespace fix

This commit is contained in:
Robert Marsh
2021-09-22 16:54:03 -07:00
parent 0c5d642489
commit 49f8fd2164

View File

@@ -12,7 +12,7 @@ import FunctionInputsAndOutputs
import semmle.code.cpp.models.Models
/**
* A function, such as `exec` or `popen` that starts a new process by
* A function, such as `exec` or `popen` that starts a new process by
* interpreting a string as a shell command.
*/
abstract class CommandExecutionFunction extends Function {