Skip to content

Commit c8e2750

Browse files
committed
fix style
1 parent 2669dd6 commit c8e2750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/gc/CAPI/Dialects.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "gc-c/Dialects.h"
10-
#include "gc/Dialect/OneDNNGraph/OneDNNGraphDialect.h"
1110
#include "gc/Dialect/CPURuntime/IR/CPURuntimeDialect.h"
11+
#include "gc/Dialect/OneDNNGraph/OneDNNGraphDialect.h"
1212
#include "mlir/CAPI/Registration.h"
1313

1414
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(OneDNNGraph, onednn_graph,
1515
mlir::onednn_graph::OneDNNGraphDialect)
1616

1717
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(CPURuntime, cpuruntime,
18-
mlir::cpuruntime::CPURuntimeDialect)
18+
mlir::cpuruntime::CPURuntimeDialect)

0 commit comments

Comments
 (0)