51dcebebbaa6 — Jorge Arellano Cid 8 years ago
Fix minor indentation typo.
1 files changed, 2 insertions(+), 1 deletions(-)

M dpi/downloads.cc
M dpi/downloads.cc +2 -1
@@ 520,7 520,8 @@ void DLItem::log_text_add(const char *bu
          if (isdigit(*q++ = *p)) {
             // keep here
          } else if (*p == 'K') {
-            for (--q; isdigit(q[-1]); --q) ; log_state = ST_discard;
+            for (--q; isdigit(q[-1]); --q) ; 
+            log_state = ST_discard;
          } else {
             log_state = ST_copy;
          }