Fix indentation.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -92,8 +92,8 @@ sieve_action_pipe (mu_sieve_machine_t mach, mu_list_t args, mu_list_t tags) | ... | @@ -92,8 +92,8 @@ sieve_action_pipe (mu_sieve_machine_t mach, mu_list_t args, mu_list_t tags) |
92 | mu_sieve_locus_t locus; | 92 | mu_sieve_locus_t locus; |
93 | mu_sieve_get_locus (mach, &locus); | 93 | mu_sieve_get_locus (mach, &locus); |
94 | mu_sieve_debug (mach, "%s:%lu: PIPE\n", | 94 | mu_sieve_debug (mach, "%s:%lu: PIPE\n", |
95 | locus.source_file, | 95 | locus.source_file, |
96 | (unsigned long) locus.source_line); | 96 | (unsigned long) locus.source_line); |
97 | } | 97 | } |
98 | 98 | ||
99 | if (mu_sieve_is_dry_run (mach)) | 99 | if (mu_sieve_is_dry_run (mach)) | ... | ... |
-
Please register or sign in to post a comment