From 8db48896a1e17143cbca3250b8a3e60245d0a197 Mon Sep 17 00:00:00 2001
From: sr55 <sr55.hb@outlook.com>
Date: Sat, 18 Oct 2014 19:02:58 +0000
Subject: [PATCH] CLI: Tabs -> Spaces

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6449 b64f7644-9d1e-0410-96f1-a4d463321fa5
---
 test/test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test.c b/test/test.c
index e470be3b6..cf73c614e 100644
--- a/test/test.c
+++ b/test/test.c
@@ -3421,9 +3421,9 @@ if (hb_qsv_available())
     "                            means no subtitle will be automatically displayed\n"
     "                            If \"number\" is omitted, the first srt is default.\n"
     "                            \"number\" is an 1 based index into the srt-file list\n"
-	"        --srt-burn          \"Burn\" the selected srt subtitle into the video track\n"
+    "        --srt-burn          \"Burn\" the selected srt subtitle into the video track\n"
     "          <number>          If \"number\" is omitted, the first srt is burned.\n"
-	"                            \"number\" is an 1 based index into the srt-file list\n"
+    "                            \"number\" is an 1 based index into the srt-file list\n"
     "\n"
     );
 
-- 
2.40.0