From 1b2e9a4bca1862912a024a38edcd38ec4ca29d5b Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Thu, 10 Dec 2009 14:05:20 -0800 Subject: [PATCH] remove trailing whitespace in mod_for_test script (grr, rietveld.) Review URL: http://codereview.chromium.org/492010 --- mod_for_test_scripts/350addTestAuthKeys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_for_test_scripts/350addTestAuthKeys b/mod_for_test_scripts/350addTestAuthKeys index b3f1d0fb9e..d2bf7bb7be 100755 --- a/mod_for_test_scripts/350addTestAuthKeys +++ b/mod_for_test_scripts/350addTestAuthKeys @@ -11,4 +11,4 @@ KEYS_DIR=ssh_keys ROOT_AUTHKEYS=/root/.ssh/authorized_keys mkdir -p /root/.ssh -cat ${KEYS_DIR}/* >> ${ROOT_AUTHKEYS} +cat ${KEYS_DIR}/* >> ${ROOT_AUTHKEYS}