diff options
author | Joe George <joe@zeroc.com> | 2017-05-09 16:39:18 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-09 16:39:56 -0400 |
commit | a0dae9ed44e1f8ebd928389e612f4a502c05701a (patch) | |
tree | ee40c6f9262601b387e17c90fccf9213564d3b7a /cpp/test/IceStorm | |
parent | ICE-7868 - Update to latest gulp builder (diff) | |
download | ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.bz2 ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.xz ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.zip |
Cleanup more whitespace
Remove extra newlines from the end of files and add newlines to files
which are missing one.
Diffstat (limited to 'cpp/test/IceStorm')
-rw-r--r-- | cpp/test/IceStorm/federation/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/federation2/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/rep1/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/repgrid/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/repgrid/test.py | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/repstress/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/single/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceStorm/stress/Makefile.mk | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cpp/test/IceStorm/federation/Makefile.mk b/cpp/test/IceStorm/federation/Makefile.mk index d1e5e23feab..0299f340d8b 100644 --- a/cpp/test/IceStorm/federation/Makefile.mk +++ b/cpp/test/IceStorm/federation/Makefile.mk @@ -15,4 +15,4 @@ $(test)_subscriber_sources = Subscriber.cpp Event.ice $(test)_cleanfiles = db/* 0.db/* 1.db/* 2.db/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/federation2/Makefile.mk b/cpp/test/IceStorm/federation2/Makefile.mk index 93f8e4b8ad2..f4bbc702ddb 100644 --- a/cpp/test/IceStorm/federation2/Makefile.mk +++ b/cpp/test/IceStorm/federation2/Makefile.mk @@ -16,4 +16,4 @@ $(test)_subscriber_sources = Subscriber.cpp Event.ice $(test)_cleanfiles = db/* 0.db/* 1.db/* 2.db/* db2/* 0.db2/* 1.db2/* 2.db2/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/rep1/Makefile.mk b/cpp/test/IceStorm/rep1/Makefile.mk index c0c73312cd6..5afbe90b98e 100644 --- a/cpp/test/IceStorm/rep1/Makefile.mk +++ b/cpp/test/IceStorm/rep1/Makefile.mk @@ -16,4 +16,4 @@ $(test)_sub_sources = Sub.cpp Single.ice $(test)_cleanfiles = 0.db/* 1.db/* 2.db/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/repgrid/Makefile.mk b/cpp/test/IceStorm/repgrid/Makefile.mk index ec44f471cf9..e3dc640b632 100644 --- a/cpp/test/IceStorm/repgrid/Makefile.mk +++ b/cpp/test/IceStorm/repgrid/Makefile.mk @@ -11,4 +11,4 @@ $(test)_dependencies = IceStorm Ice TestCommon $(test)_client_sources = Client.cpp Single.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/repgrid/test.py b/cpp/test/IceStorm/repgrid/test.py index 30d8face933..2ad1de3ce79 100644 --- a/cpp/test/IceStorm/repgrid/test.py +++ b/cpp/test/IceStorm/repgrid/test.py @@ -10,4 +10,4 @@ TestSuite(__file__, [ IceGridTestCase(icegridregistry=IceGridRegistryMaster(), client=IceGridClient()) ], - runOnMainThread=True, multihost=False)
\ No newline at end of file + runOnMainThread=True, multihost=False) diff --git a/cpp/test/IceStorm/repstress/Makefile.mk b/cpp/test/IceStorm/repstress/Makefile.mk index 06630b48f47..06d5e13e423 100644 --- a/cpp/test/IceStorm/repstress/Makefile.mk +++ b/cpp/test/IceStorm/repstress/Makefile.mk @@ -16,4 +16,4 @@ $(test)_control_sources = Control.cpp Controller.ice $(test)_cleanfiles = 0.db/* 1.db/* 2.db/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/single/Makefile.mk b/cpp/test/IceStorm/single/Makefile.mk index 2e8d2fdf117..bb6f102b5cf 100644 --- a/cpp/test/IceStorm/single/Makefile.mk +++ b/cpp/test/IceStorm/single/Makefile.mk @@ -13,4 +13,4 @@ $(test)_dependencies = IceStorm Ice TestCommon $(test)_publisher_sources = Publisher.cpp Single.ice $(test)_subscriber_sources = Subscriber.cpp Single.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/stress/Makefile.mk b/cpp/test/IceStorm/stress/Makefile.mk index f254df233f1..2ea1755a6de 100644 --- a/cpp/test/IceStorm/stress/Makefile.mk +++ b/cpp/test/IceStorm/stress/Makefile.mk @@ -13,4 +13,4 @@ $(test)_dependencies = IceStorm Ice TestCommon $(test)_publisher_sources = Publisher.cpp Event.ice $(test)_subscriber_sources = Subscriber.cpp Event.ice -tests += $(test)
\ No newline at end of file +tests += $(test) |