Skip to content

Commit 48d3824

Browse files
authored
Fix clang format issue
1 parent 4d5809c commit 48d3824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/CppInterOp/CppInterOp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#endif
4444
#include "clang/Sema/TemplateDeduction.h"
4545

46-
#include <llvm/ADT/SmallString.h>
46+
#include "llvm/ADT/SmallString.h"
4747
#include "llvm/ADT/SmallVector.h"
4848
#include "llvm/ADT/StringRef.h"
4949
#include "llvm/Demangle/Demangle.h"
@@ -52,7 +52,7 @@
5252
#include "llvm/Support/CommandLine.h"
5353
#include "llvm/Support/Debug.h"
5454
#include "llvm/Support/ManagedStatic.h"
55-
#include <llvm/Support/Path.h>
55+
#include "llvm/Support/Path.h"
5656
#include "llvm/Support/raw_os_ostream.h"
5757

5858
#include <algorithm>

0 commit comments

Comments
 (0)