plaidml / openvino

OpenVINO™ Toolkit - Deep Learning Deployment Toolkit repository
https://docs.openvinotoolkit.org/latest/index.html
Apache License 2.0
0 stars 1 forks source link

Lint whitespace #135

Closed tzerrell closed 3 years ago

tzerrell commented 3 years ago

Unlinted whitespace is causing build failures when building directly in the OV repo; this should fix that.

YangleiZouIntel commented 3 years ago

Unlinted whitespace is causing build failures when building directly in the OV repo; this should fix that.

Hi Tim, do you know which clang-format OV uses? I checked a few files in OV, it seems different contributers of OV uses different clang-format settings... I wonder if we should mannualy check this for every PR in the future.