Skip to content

Commit

Permalink
fix: correct indentation issues (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
secDre4mer authored Jan 13, 2025
1 parent 91fda4f commit d3eae32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/proc/linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ YR_API YR_MEMORY_BLOCK* yr_process_get_next_memory_block(
}
else
{
YR_DEBUG_FPRINTF(2, stderr, "+ %s() = NULL\n", __FUNCTION__);
YR_DEBUG_FPRINTF(2, stderr, "- %s() = NULL\n", __FUNCTION__);
return NULL;
}
}
Expand Down
2 changes: 2 additions & 0 deletions tests/test-rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -3921,6 +3921,8 @@ void test_defined()

static void test_pass(int pass)
{
YR_DEBUG_FPRINTF(1, stderr, "+ %s() { \n", __FUNCTION__);

switch (pass)
{
case 1:
Expand Down

0 comments on commit d3eae32

Please sign in to comment.