diff mbox

[1/4] new: fix template for new case to use a single tab not four spaces

Message ID 1426072534-12246-2-git-send-email-eguan@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eryu Guan March 11, 2015, 11:15 a.m. UTC
So we have preferred code style for all new test cases.

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
 new | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Eric Sandeen March 11, 2015, 1:59 p.m. UTC | #1
On 3/11/15 7:15 AM, Eryu Guan wrote:
> So we have preferred code style for all new test cases.

Sure, makes sense.

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> Signed-off-by: Eryu Guan <eguan@redhat.com>
> ---
>  new | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/new b/new
> index 86f9075..d1f8939 100755
> --- a/new
> +++ b/new
> @@ -148,8 +148,8 @@ trap "_cleanup; exit \\\$status" 0 1 2 3 15
>  
>  _cleanup()
>  {
> -    cd /
> -    rm -f \$tmp.*
> +	cd /
> +	rm -f \$tmp.*
>  }
>  
>  # get standard environment, filters and checks
> 

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/new b/new
index 86f9075..d1f8939 100755
--- a/new
+++ b/new
@@ -148,8 +148,8 @@  trap "_cleanup; exit \\\$status" 0 1 2 3 15
 
 _cleanup()
 {
-    cd /
-    rm -f \$tmp.*
+	cd /
+	rm -f \$tmp.*
 }
 
 # get standard environment, filters and checks