Skip to content

Commit

Permalink
t3200 (branch): modernize style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ramkumar Ramachandra authored and Junio C Hamano committed Mar 20, 2013
1 parent 1c71541 commit 0d158eb
Showing 1 changed file with 244 additions and 233 deletions.
Loading

0 comments on commit 0d158eb

Please sign in to comment.