Skip to content

Commit c60564a

Browse files
authored
Fix clang format issue
1 parent 82af334 commit c60564a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ namespace Cpp {
134134
void ReportInvokeStart(void* result, ArgList args, void* self) const;
135135
void ReportInvokeStart(void* object, unsigned long nary,
136136
int withFree) const;
137+
137138
public:
138139
Kind getKind() const { return m_Kind; }
139140
bool isValid() const { return getKind() != kUnknown; }

0 commit comments

Comments
 (0)