From 139d1dd2541ca48b682f72a3acc9347bdfc0d27e Mon Sep 17 00:00:00 2001
From: Young Mo Kang <kym327@gmail.com>
Date: Sun, 28 Feb 2016 15:35:19 -0500
Subject: [PATCH 5/7] Remove tabs and inserted spaces

* find/parser.c: Remove any tabs and replace with spaces
---
 find/parser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/find/parser.c b/find/parser.c
index b163df3..2556864 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -2721,7 +2721,7 @@ insert_type (char **argv, int *arg_ptr,
 	mode_t type_cell;
 
 	for (i=0; i<typeletter_length; i++)
-  		{
+          {
       switch (typeletter[i])
 	  {
 	  case 'b':			/* block special */
@@ -2803,7 +2803,7 @@ insert_type (char **argv, int *arg_ptr,
     To fix it, one will need to go through the hassle of allocating and freeing memory, because pred->arg_text is just a string pointer to argv[].
     Note sure if the fix is necessary */
     our_pred = insert_primary_withpred (entry, which_pred, &typeletter[i]);
-    our_pred->p_name = "-type"; 	/* otherwise, its p_name will be "type" */
+    our_pred->p_name = "-type";     /* otherwise, its p_name will be "type" */
 	our_pred->est_success_rate = rate;
 
 	/* Figure out if we will need to stat the file, because if we don't
-- 
2.7.0

