t3200 (branch): modernize style
commit0d158ebb92c1302d987304fa7b717ba4d72aecdf
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 20 Mar 2013 12:30:12 +0000 (20 18:00 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2013 20:42:49 +0000 (20 13:42 -0700)
tree1d490cc51ed516e6f13d6889184eae2527509c30
parent1c71541ddd51968ca2957063b00da42941d13d98
t3200 (branch): modernize style

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_success, and the closing quote on a line by itself.

3. Do not add extra space between redirection operator and filename,
   i.e. "cmd >dst", not "cmd > dst".

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh