[Forensics-changes] [yara] 157/407: Replace tabs with spaces

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.3.0
in repository yara.

commit a039141c9cc541e599aa2d33ef258dccd41b2110
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Oct 29 14:40:59 2014 +0100

    Replace tabs with spaces
---
 libyara/object.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libyara/object.c b/libyara/object.c
index f1ab05e..86caf74 100644
--- a/libyara/object.c
+++ b/libyara/object.c
@@ -203,18 +203,18 @@ int yr_object_function_create(
         yr_object_create(return_type, "result", f, &return_obj),
         yr_object_destroy(f));
 
-	((YR_OBJECT_FUNCTION*) f)->return_obj = return_obj;
+    ((YR_OBJECT_FUNCTION*) f)->return_obj = return_obj;
   }
 
   for (i = 0; i < MAX_OVERLOADED_FUNCTIONS; i++)
   {
     if (((YR_OBJECT_FUNCTION*) f)->prototypes[i].arguments_fmt == NULL)
-	{
+    {
       ((YR_OBJECT_FUNCTION*) f)->prototypes[i].arguments_fmt = arguments_fmt;
       ((YR_OBJECT_FUNCTION*) f)->prototypes[i].code = code;
 
-	  break;
-	}
+      break;
+    }
   }
 
   if (function != NULL)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list