t3600: modernize style
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>
Mon, 4 Mar 2019 12:08:00 +0000 (17:38 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Mar 2019 05:21:52 +0000 (14:21 +0900)
The tests in `t3600-rm.sh` were written long time ago, and has a lot
of style violations, including the mixed use of tabs and spaces, not
having the title and the opening quote of the body on the first line
of the tests, and other shell script style violations. Update it to
match the CodingGuidelines.

Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found