1
1

Purge whitespace from the repo

Этот коммит содержится в:
Ralph Castain 2015-06-23 20:59:57 -07:00
родитель dc9932a786
Коммит 869041f770
4499 изменённых файлов: 36015 добавлений и 36002 удалений

13
contrib/whitespace-purge.sh Обычный файл
Просмотреть файл

@ -0,0 +1,13 @@
#!/bin/bash
#
# Copyright (c) 2015 Intel, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
export LANG=C
find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 sed -i '' -E "s/[[:space:]]*$//"

Двоичный файл не отображается.

Двоичные данные
ompi/mca/coll/sm/memory-layout.ppt

Двоичный файл не отображается.

Двоичные данные
ompi/mca/io/romio314/romio/doc/users-guide.pdf

Двоичный файл не отображается.

Двоичные данные
ompi/mpi/fortran/c_to_integer_kind_mapping.pdf

Двоичный файл не отображается.

Просмотреть файл

@ -477,7 +477,7 @@ thread_atfork_static(ptmalloc_lock_all, ptmalloc_unlock_all, \
ptmalloc_unlock_all2)
#endif
/* Managing heaps and arenas (for concurrent threads) */