diff options
author | corvid <corvid@lavabit.com> | 2010-02-27 05:19:43 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-02-27 05:19:43 +0000 |
commit | c078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (patch) | |
tree | 4c8f5a3a1deb1e46de863c049eb70ed3d84e9d84 /dpi/vsource.c | |
parent | 6e9217a172572e79d1d4fbd261568bbc8bed11ac (diff) |
trim some spaces
Diffstat (limited to 'dpi/vsource.c')
-rw-r--r-- | dpi/vsource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/vsource.c b/dpi/vsource.c index d00ae4dc..23f6acfb 100644 --- a/dpi/vsource.c +++ b/dpi/vsource.c @@ -105,7 +105,7 @@ void send_html_text(Dsh *sh, int data_size) a_Dpip_dsh_printf(sh, 0, "Content-type: text/html\n\n"); a_Dpip_dsh_printf(sh, 0, DOCTYPE); - a_Dpip_dsh_printf(sh, 0, + a_Dpip_dsh_printf(sh, 0, "<html><body>\n<table cellpadding='0'>\n"); while (bytes_read < data_size && @@ -115,7 +115,7 @@ void send_html_text(Dsh *sh, int data_size) while (*p) { if (line > old_line) { - snprintf(line_str, 128, + snprintf(line_str, 128, "%s<tr><td bgcolor='%s'>%d%s<td><pre>", (line > 1) ? "</pre>" : "", (line & 1) ? "#B87333" : "#DD7F32", line, |