[PATCH] t3200 (branch): modernize style

2013-03-20 Thread Ramkumar Ramachandra
Style is inconsistent throughout the file. Make the following changes: 1. Indent everything with tabs. 2. Put the opening quote (') for the test in the same line as test_expect_succcess, and the closing quote on a line by itself. Signed-off-by: Ramkumar Ramachandra artag...@gmail.com ---

Re: [PATCH] t3200 (branch): modernize style

2013-03-20 Thread Eric Sunshine
On Wed, Mar 20, 2013 at 8:30 AM, Ramkumar Ramachandra artag...@gmail.com wrote: Style is inconsistent throughout the file. Make the following changes: 1. Indent everything with tabs. 2. Put the opening quote (') for the test in the same line as test_expect_succcess, and the closing

Re: [PATCH] t3200 (branch): modernize style

2013-03-20 Thread Ramkumar Ramachandra
Eric Sunshine wrote: On Wed, Mar 20, 2013 at 8:30 AM, Ramkumar Ramachandra artag...@gmail.com wrote: Style is inconsistent throughout the file. Make the following changes: 1. Indent everything with tabs. 2. Put the opening quote (') for the test in the same line as

Re: [PATCH] t3200 (branch): modernize style

2013-03-20 Thread Junio C Hamano
Ramkumar Ramachandra artag...@gmail.com writes: Another random patch. Found it while grep'ping around. I thought I could automate my work, which would have been the case if it was consistently inconsistent. Unfortunately, it wasn't, and I ended up doing a lot of manual janitorial work

Re: [PATCH] t3200 (branch): modernize style

2013-03-20 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Ramkumar Ramachandra artag...@gmail.com writes: Another random patch. Found it while grep'ping around. I thought I could automate my work, which would have been the case if it was consistently inconsistent. Unfortunately, it wasn't, and I ended