File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 331184080854 ./BUGS
441184080854 ./ChangeLog
551184080854 ./COPYING
6- 1432760905 ./csstidy
6+ 1432762079 ./csstidy
771184080854 ./csstidy/background.cpp
881184080854 ./csstidy/background.hpp
991184080852 ./csstidy/conversions.cpp
27271184080854 ./csstidy/main.cpp
28281184080854 ./csstidy/misc.cpp
29291184080852 ./csstidy/misc.hpp
30- 1432759964 ./csstidy/parse_css.cpp
30+ 1432762079 ./csstidy/parse_css.cpp
31311184080854 ./csstidy/parse_css.hpp
32321432758517 ./csstidy/prepare.cpp
33331184080852 ./csstidy/prepare.hpp
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ void csstidy::parse_css(string css_input)
9999 case is:
100100 if (is_token (css_input,i))
101101 {
102- if (css_input[i] == ' /' && s_at (css_input,i+1 ) == ' *' && trim (cur_selector) == " " )
102+ /* if(css_input[i] == '/' && s_at(css_input,i+1) == '*' && trim(cur_selector) == "") selector as dep doesn't make any sense here, huh? */
103+ if (css_input[i] == ' /' && s_at (css_input,i+1 ) == ' *' )
103104 {
104105 status = ic; ++i;
105106 from = is;
You can’t perform that action at this time.
0 commit comments