Index: tools/gn/group_target_generator.h |
diff --git a/tools/gn/group_target_generator.h b/tools/gn/group_target_generator.h |
index 924b6bd5d06fc020bde87139ba2f9df6d39f4187..502f40b8db42b9953d608a18d76a286c5e1c2a9d 100644 |
--- a/tools/gn/group_target_generator.h |
+++ b/tools/gn/group_target_generator.h |
@@ -12,9 +12,9 @@ |
class GroupTargetGenerator : public TargetGenerator { |
public: |
GroupTargetGenerator(Target* target, |
- Scope* scope, |
- const FunctionCallNode* function_call, |
- Err* err); |
+ Scope* scope, |
+ const FunctionCallNode* function_call, |
+ Err* err); |
~GroupTargetGenerator() override; |
protected: |
@@ -25,4 +25,3 @@ class GroupTargetGenerator : public TargetGenerator { |
}; |
#endif // TOOLS_GN_GROUP_TARGET_GENERATOR_H_ |
- |