From 51018745313e668378f8cd7b65dce9c12e5bc92b Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Thu, 4 Jun 2020 11:25:57 +0900 Subject: [PATCH] SPEC: fixed indentation This commit is trivial. It is to keep an indentation consistently. Signed-off-by: Geunsik Lim --- packaging/nnstreamer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 7d2c60b..f3c3617 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -34,7 +34,7 @@ %define caffe2_support 0 %ifnarch %arm aarch64 -%define armnn_support 0 +%define armnn_support 0 %endif %ifnarch %arm aarch64 @@ -160,7 +160,7 @@ BuildRequires: json-glib-devel # Unit Testing Uses SSAT (hhtps://github.com/myungjoo/SSAT.git) %if 0%{?unit_test} -BuildRequires: ssat >= 1.1.0 +BuildRequires: ssat >= 1.1.0 %endif # For ORC (Oil Runtime Compiler) -- 2.7.4