summaryrefslogtreecommitdiff
path: root/sal/test
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
commit335cd830b0bd430d282687df58a91a69dac2c528 (patch)
tree3d49d43ed0c07d643b9fd081e6eb0522b57851c2 /sal/test
parentc04f4393f5ec63dbd546b5c503ddc82d9cd2377e (diff)
Kill superfluous vertical whitespace
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
Diffstat (limited to 'sal/test')
-rw-r--r--sal/test/test_salmain.cxx1
-rw-r--r--sal/test/test_salmainwithargs.cxx1
-rw-r--r--sal/test/testbootstrap.cxx4
3 files changed, 0 insertions, 6 deletions
diff --git a/sal/test/test_salmain.cxx b/sal/test/test_salmain.cxx
index 563cc693e054..93984e582c1e 100644
--- a/sal/test/test_salmain.cxx
+++ b/sal/test/test_salmain.cxx
@@ -21,7 +21,6 @@
#include <stdio.h>
-
SAL_IMPLEMENT_MAIN()
{
fprintf(stderr, "success!\n");
diff --git a/sal/test/test_salmainwithargs.cxx b/sal/test/test_salmainwithargs.cxx
index 842ecbef3b79..405cd91c2496 100644
--- a/sal/test/test_salmainwithargs.cxx
+++ b/sal/test/test_salmainwithargs.cxx
@@ -21,7 +21,6 @@
#include <stdio.h>
-
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
fprintf(stderr, "argc: %i argv: %p - success!\n", argc, argv);
diff --git a/sal/test/testbootstrap.cxx b/sal/test/testbootstrap.cxx
index a7eee9a9bfc0..a9a445fae92a 100644
--- a/sal/test/testbootstrap.cxx
+++ b/sal/test/testbootstrap.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <stdio.h>
#include <rtl/process.h>
@@ -29,7 +28,6 @@
using namespace ::rtl;
-
int main( int argc, char *argv[] )
{
osl_setCommandArgs (argc, argv);
@@ -54,7 +52,6 @@ int main( int argc, char *argv[] )
exit( 1 );
}
-
OUString iniName;
Bootstrap::get(OUString("iniName"), iniName, OUString());
@@ -68,7 +65,6 @@ int main( int argc, char *argv[] )
Bootstrap bootstrap(iniName);
-
OUString name( "MYBOOTSTRAPTESTVALUE" );
OUString myDefault("$Default");