[Forensics-changes] [yara] 263/368: Replace tabs with spaces

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:46 UTC 2017


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

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

commit e83f63999bcfb270d1ea5c219d94284328afd472
Author: plusvic <plusvic at gmail.com>
Date:   Mon Apr 25 11:23:11 2016 +0200

    Replace tabs with spaces
---
 libyara/threading.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/libyara/threading.c b/libyara/threading.c
index 76cd111..951c1a7 100644
--- a/libyara/threading.c
+++ b/libyara/threading.c
@@ -90,20 +90,20 @@ int yr_thread_storage_destroy(
 
 
 int yr_thread_storage_set_value(
-	YR_THREAD_STORAGE_KEY* storage,
-	void* value)
+    YR_THREAD_STORAGE_KEY* storage,
+    void* value)
 {
-	if (TlsSetValue(*storage, value) == FALSE)
-		return ERROR_INTERNAL_FATAL_ERROR;
+  if (TlsSetValue(*storage, value) == FALSE)
+    return ERROR_INTERNAL_FATAL_ERROR;
 
-	return ERROR_SUCCESS;
+  return ERROR_SUCCESS;
 }
 
 
 void* yr_thread_storage_get_value(
-	YR_THREAD_STORAGE_KEY* storage)
+    YR_THREAD_STORAGE_KEY* storage)
 {
-	return TlsGetValue(*storage);
+  return TlsGetValue(*storage);
 }
 
 

-- 
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