Skip to content

Commit 31edcc0

Browse files
committed
fix clang-format disabling
1 parent 4749c99 commit 31edcc0

File tree

1 file changed

+1
-1
lines changed
  • demos/face_detection_mtcnn_demo/cpp_gapi

1 file changed

+1
-1
lines changed

demos/face_detection_mtcnn_demo/cpp_gapi/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ int main(int argc, char* argv[]) {
206206
FLAGS_d_o, // device specifier
207207
}.cfgOutputLayers({"conv6-2", "conv6-3", "prob1"})
208208
.cfgInputLayers({"data"});
209-
// clang-format off
209+
// clang-format on
210210
auto networks_mtcnn = cv::gapi::networks(mtcnnr_net, mtcnno_net);
211211

212212
// MTCNN Proposal detection network

0 commit comments

Comments
 (0)