]> gitweb.ps.run Git - ps-cgit/commitdiff
filter: return on null filter from open and close
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 13 Jan 2014 02:56:50 +0000 (03:56 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 14 Jan 2014 01:00:07 +0000 (02:00 +0100)
So that we don't have to include the if(filter) open_filter(filter)
block everywhere, we introduce the guard in the function itself. This
should simplify quite a bit of code.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

No differences found