Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
set correct perms on source files (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krovatkin authored and diyessi committed Sep 11, 2018
1 parent 189cf3b commit 5032f34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maint/apply-code-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ for ROOT_SUBDIR in src doc/examples test ${PYBIND_WRAPPER}; do
# creates dangling symlinks with .cpp/.hpp suffixes as a sort of locking
# mechanism, and this confuses clang-format.
find "${ROOT_SUBDIR}" -type f -and \( -name '*.cpp' -or -name '*.hpp' \) | xargs "${CLANG_FORMAT_PROG}" -i -style=file
find "${ROOT_SUBDIR}" -type f -and \( -name '*.cpp' -or -name '*.hpp' -or -name 'CMakeLists.txt' \) | xargs chmod 0644

bash_lib_status "Done."
fi
Expand Down
Empty file modified src/ngraph/runtime/cpu/cpu_tensor_view.hpp
100755 → 100644
Empty file.
Empty file modified src/ngraph/runtime/cpu/kernel/reduce_function.hpp
100755 → 100644
Empty file.
Empty file modified src/ngraph/runtime/cpu/kernel/reduce_function_window.hpp
100755 → 100644
Empty file.

0 comments on commit 5032f34

Please sign in to comment.