1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-09-11 04:46:09 +03:00

Fix whitespace errors introduced in recent commits

This commit is contained in:
Zack Weinberg 2016-01-19 10:24:19 -05:00
parent 2ff3c5ae4a
commit bced581501
26 changed files with 2234 additions and 2248 deletions

View File

@ -85,4 +85,3 @@ Here is a check list for the review:
* There is a reasonable amount of comment
* The license header is intact
* All examples are still working

View File

@ -40,5 +40,3 @@ and many others [related projects](http://phantomjs.org/related-projects.html).
PhantomJS is free software/open source, and is distributed under the [BSD license](http://opensource.org/licenses/BSD-3-Clause). It contains third-party code, see the included `third-party.txt` file for the license information on third-party code.
PhantomJS is created and maintained by [Ariya Hidayat](http://ariya.ofilabs.com/about) (Twitter: [@ariyahidayat](http://twitter.com/ariyahidayat)), with the help of [many contributors](https://github.com/ariya/phantomjs/contributors). Follow the official Twitter stream [@PhantomJS](http://twitter.com/PhantomJS) to get the frequent development updates.

View File

@ -210,4 +210,3 @@ printelftypes(void)
elftypes[elfwalk].value);
fprintf(stderr, "\n");
}

View File

@ -60,4 +60,3 @@ cp bin/phantomjs $SOURCE_PATH
echo
echo "Finished."

View File

@ -28,4 +28,3 @@ unsupported.forEach(function (e) {
console.log(' ' + e);
});
phantom.exit();

View File

@ -19,4 +19,3 @@ page.open("http://phantomjs.org/", function(status) {
phantom.exit(1);
}
});

View File

@ -8,4 +8,3 @@ exports.answer = 42;
exports.start = function () {
console.log('Starting the universe....');
}

View File

@ -56,4 +56,3 @@ page.open("http://twitter.com/#!/sencha", function (status) {
});
}
});

View File

@ -71,4 +71,3 @@ p.open("../test/webpage-spec-frames/index.html", function(status) {
phantom.exit();
});

View File

@ -921,4 +921,3 @@ void Config::setSslClientKeyPassphrase(const QByteArray& sslClientKeyPassphrase)
{
m_sslClientKeyPassphrase = sslClientKeyPassphrase;
}

View File

@ -532,4 +532,3 @@ QCommandLine::showVersion(bool quit, int returnCode)
exit(returnCode);
}
}

View File

@ -107,4 +107,3 @@ async_test(function () {
setTimeout(function () { ErrorHelper.foo(); }, 0);
});
}, "stack trace accuracy (webpage script)");

View File

@ -83,4 +83,3 @@ def handle_request(req):
'<p>URL not found: {}</p>'
.format(html_esc(req.path)),
code=404)