[Forensics-changes] [yara] 88/192: Fix indentation
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit d16868f1204b2f82db7e948783b5290f943003fd
Author: plusvic <plusvic at gmail.com>
Date: Mon Jan 9 13:16:22 2017 +0100
Fix indentation
---
libyara/compiler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/compiler.c b/libyara/compiler.c
index c83b821..b8227ec 100644
--- a/libyara/compiler.c
+++ b/libyara/compiler.c
@@ -141,7 +141,7 @@ YR_API void yr_compiler_destroy(
yr_arena_destroy(compiler->automaton_arena);
yr_arena_destroy(compiler->matches_arena);
- yr_ac_automaton_destroy(compiler->automaton);
+ yr_ac_automaton_destroy(compiler->automaton);
yr_hash_table_destroy(
compiler->rules_table,
--
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