diff options
author | Johannes Weiner <hannes@cmpxchg.org> | 2011-12-22 15:46:53 +0100 |
---|---|---|
committer | Johannes Weiner <hannes@cmpxchg.org> | 2011-12-22 15:47:33 +0100 |
commit | 37cb85fdc1bbd07dc707ec14d38caaf4d972cbf6 (patch) | |
tree | 0cbd23c51cffaeb112316f0624a8b8b527c7a0ee | |
parent | 3e33ec53900700cfb21b2c760b0358dace986595 (diff) |
delta: keep processed blocks separate in output
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
-rwxr-xr-x | delta | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,3 +24,4 @@ for block in blocks: if printed: print('') i += 1 + print('') |