[Forensics-changes] [yara] 356/407: Comply with the 80 character per line style rule

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:44 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 1a5c36912e12915ec7ed1d0e21b6c60a12a54c65
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Thu Jan 29 20:43:17 2015 +0100

    Comply with the 80 character per line style rule
---
 libyara/proc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libyara/proc.c b/libyara/proc.c
index 07ec88a..710e566 100644
--- a/libyara/proc.c
+++ b/libyara/proc.c
@@ -152,7 +152,8 @@ int yr_process_get_memory(
 #include <yara/proc.h>
 #include <yara/mem.h>
 
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) || defined(__MACH__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \
+    defined(__OpenBSD__) || defined(__MACH__)
 #define PTRACE_ATTACH PT_ATTACH
 #define PTRACE_DETACH PT_DETACH
 #endif

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