From 71f23f92f231a78bd0d5bd89045770d408c9f368 Mon Sep 17 00:00:00 2001 From: myshevts Date: Tue, 7 Dec 2021 18:33:42 +0300 Subject: [PATCH] clang --- src/plugins/auto_batch/auto_batch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/auto_batch/auto_batch.cpp b/src/plugins/auto_batch/auto_batch.cpp index 194cfd9589d..842cdbfcbb9 100644 --- a/src/plugins/auto_batch/auto_batch.cpp +++ b/src/plugins/auto_batch/auto_batch.cpp @@ -249,7 +249,7 @@ AutoBatchExecutableNetwork::AutoBatchExecutableNetwork( _config{config}, _needPerfCounters{needPerfCounters} { // WA for gcc 4.8 ( fails compilation with member init-list) - _device= networkDevice; + _device = networkDevice; } AutoBatchExecutableNetwork::~AutoBatchExecutableNetwork() {