Commit 9fa0dfc6 9fa0dfc64f890b32f53362a52c33adaf151fd6e2 by Sergey Poznyakoff

Fix indentation.

1 parent 401e9cea
...@@ -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))
......