projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51a51c
)
Reformat
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Jun 2013 12:29:58 +0000
(14:29 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Jun 2013 12:29:58 +0000
(14:29 +0200)
src/html_parser.cpp
patch
|
blob
|
history
diff --git
a/src/html_parser.cpp
b/src/html_parser.cpp
index
01cf973
..
804c2a1
100644
(file)
--- a/
src/html_parser.cpp
+++ b/
src/html_parser.cpp
@@
-75,7
+75,7
@@
static int skipName(const char *cp, char *dst)
{
int i;
int j = 0;
- for (i=0; cp[i] && !strchr(SPACECHR "/>=", cp[i]); i++)
+ for (i = 0; cp[i] && !strchr(SPACECHR "/>=", cp[i]); i++)
if (j < TAG_MAX_LEN-1)
{
dst[j] = tolower(cp[j]);