Commit 6de48f3a authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep ;)

(cherry picked from commit fbe855ab)
parent bf8899ee
......@@ -176,7 +176,7 @@ lint: force
sweep: force
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
! -name "*.map" -type f -print0 | \
! -name "*.map" ! -name "*.ser" -type f -print0 | \
xargs -0 -n1 scripts/cleanfile
find ${.CURDIR}/lang -type f -print0 | \
xargs -0 -n1 scripts/cleanfile
......
......@@ -154,4 +154,3 @@ class SimplePie_Author
}
}
}
......@@ -207,4 +207,3 @@ class SimplePie_Caption
}
}
}
......@@ -154,4 +154,3 @@ class SimplePie_Category
}
}
}
......@@ -329,4 +329,3 @@ class SimplePie_Content_Type_Sniffer
return 'text/html';
}
}
......@@ -127,4 +127,3 @@ class SimplePie_Copyright
}
}
}
......@@ -153,4 +153,3 @@ class SimplePie_Credit
}
}
}
......@@ -614,4 +614,3 @@ class SimplePie_Decode_HTML_Entities
}
}
}
......@@ -1377,4 +1377,3 @@ class SimplePie_Enclosure
}
}
}
......@@ -2961,4 +2961,3 @@ class SimplePie_Item
}
}
}
......@@ -369,4 +369,3 @@ class SimplePie_Locator
return null;
}
}
......@@ -2244,4 +2244,3 @@ function embed_wmedia(width, height, link) {
// No-op
}
}
......@@ -980,4 +980,3 @@ class SimplePie_Parse_Date
}
}
}
......@@ -608,4 +608,3 @@ class SimplePie_Source
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment