| Index: Source/core/inspector/CodeGeneratorInspector.py
|
| diff --git a/Source/core/inspector/CodeGeneratorInspector.py b/Source/core/inspector/CodeGeneratorInspector.py
|
| index 70c7e6c394951bc19ef841439625532986755fd4..8e344186b4b550b8a59799451b20841f291246eb 100755
|
| --- a/Source/core/inspector/CodeGeneratorInspector.py
|
| +++ b/Source/core/inspector/CodeGeneratorInspector.py
|
| @@ -345,7 +345,7 @@ class RawTypes(object):
|
|
|
|
|
| def replace_right_shift(input_str):
|
| - return input_str.replace(">>", "> >")
|
| + return input_str.replace(">>", ">>")
|
|
|
|
|
| class CommandReturnPassModel:
|
|
|