fe9d2f7246
This is the automatic fixes + whitespace fixup: find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\* @returns +/* @returns /g' {} \; find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\* @returns +/* @returns /g' {} \; find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\* (@returns \{.+\}) +/* \1 /g' {} \; find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\* (@returns \{.+\}) +/* \1 /g' {} \; find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\*( @param)( \S+ \S+ ) +/*\1\2- /g' {} \; find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\*( @param)( \S+ \S+ ) +/*\1\2- /g' {} \; find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\*( @param[^-]*)( - - )/*\1 - /g' {} \; find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\*( @param[^-]*)( - - )/*\1 - /g' {} \; Differential Revision: https://phabricator.services.mozilla.com/D162704 --HG-- extra : rebase_source : 4307935e658ce38943af522b17ce6b1c0d99dfdd |
||
---|---|---|
.. | ||
abAddressBookNameDialog.js | ||
abAddressBookNameDialog.xhtml | ||
abCardDAVDialog.js | ||
abCardDAVDialog.xhtml | ||
abCardDAVProperties.js | ||
abCardDAVProperties.xhtml | ||
abDragDrop.js | ||
abMailListDialog.js | ||
abResultsPane.js | ||
abView.js | ||
map-list.js |