Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9fa0dfc6
...
9fa0dfc64f890b32f53362a52c33adaf151fd6e2
authored
2007-11-20 12:47:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix indentation.
1 parent
401e9cea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
libsieve/extensions/pipe.c
libsieve/extensions/pipe.c
View file @
9fa0dfc
...
...
@@ -92,8 +92,8 @@ sieve_action_pipe (mu_sieve_machine_t mach, mu_list_t args, mu_list_t tags)
mu_sieve_locus_t
locus
;
mu_sieve_get_locus
(
mach
,
&
locus
);
mu_sieve_debug
(
mach
,
"%s:%lu: PIPE
\n
"
,
locus
.
source_file
,
(
unsigned
long
)
locus
.
source_line
);
locus
.
source_file
,
(
unsigned
long
)
locus
.
source_line
);
}
if
(
mu_sieve_is_dry_run
(
mach
))
...
...
Please
register
or
sign in
to post a comment