Skip to content

Commit ed91938

Browse files
committed
Reformat code
1 parent d5f33e3 commit ed91938

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ir/Function.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ class Function {
2424
std::string getName() const;
2525

2626
private:
27-
2827
std::string getVarargsParameterName() const;
2928

3029
bool existParameterWithName(const std::string &parameterName) const;
31-
30+
3231
std::string name;
3332
std::vector<Parameter> parameters;
3433
std::string retType;

0 commit comments

Comments
 (0)