Change css's separator to ,\n for viewing by editor

This commit is contained in:
jun7 2018-01-20 20:50:10 +09:00
parent 549a7815d2
commit bef9a5d2d0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
adblock.so adblock.so
cssoutput cssoutput
user.css

View File

@ -395,7 +395,7 @@ ephy_uri_tester_add_url_pattern (EphyUriTester *tester,
static inline void static inline void
ephy_uri_tester_frame_add (EphyUriTester *tester, char *line) ephy_uri_tester_frame_add (EphyUriTester *tester, char *line)
{ {
const char *separator = " , "; const char *separator = ",\n";
(void)*line++; (void)*line++;
(void)*line++; (void)*line++;