diff options
author | Casey Carter <Casey@Carter.net> | 2019-10-23 08:08:18 -0700 |
---|---|---|
committer | Casey Carter <Casey@Carter.net> | 2019-10-23 08:08:57 -0700 |
commit | 689ce810598bec7b35dd7ebe33ce5c5cce1453c7 (patch) | |
tree | 29abbd3cb52082c24bcd35de83e864126e63e1b0 /libcxx/utils/docker/scripts/run_buildbot.sh | |
parent | 8e574e56c624051f296545337dee117196c1e8d0 (diff) | |
download | bcm5719-llvm-689ce810598bec7b35dd7ebe33ce5c5cce1453c7.tar.gz bcm5719-llvm-689ce810598bec7b35dd7ebe33ce5c5cce1453c7.zip |
[libc++][NFC] Remove excess trailing newlines from most files
Testing git commit access.
Diffstat (limited to 'libcxx/utils/docker/scripts/run_buildbot.sh')
-rwxr-xr-x | libcxx/utils/docker/scripts/run_buildbot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/docker/scripts/run_buildbot.sh b/libcxx/utils/docker/scripts/run_buildbot.sh index 1305bb21321..ce86e10e5a7 100755 --- a/libcxx/utils/docker/scripts/run_buildbot.sh +++ b/libcxx/utils/docker/scripts/run_buildbot.sh @@ -100,4 +100,3 @@ done sleep 72000 while pkill -SIGHUP buildslave; do sleep 5; done; shutdown now - |