Skip to content

Commit 33fab08

Browse files
committed
C++: Autoformat.
1 parent 833f5b0 commit 33fab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/MemberFunction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ class ConversionOperator extends MemberFunction, ImplicitConversionFunction {
467467
* takes exactly one parameter of type `T`, `T&`, `const T&`, `volatile
468468
* T&`, or `const volatile T&`.
469469
*/
470-
class CopyAssignmentOperator extends Operator,TaintFunction {
470+
class CopyAssignmentOperator extends Operator, TaintFunction {
471471
CopyAssignmentOperator() {
472472
hasName("operator=") and
473473
(

0 commit comments

Comments
 (0)