summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-01-22 12:00:01 +0000
committerArne Juul <arnej@yahooinc.com>2023-01-22 12:00:01 +0000
commitd29f85adec4a26af5f6b7e96f6f6e21d00807115 (patch)
tree219a772d0fdf32e4a3c404c25df4813cf8145148 /fnet
parent471f8f32520dd8d2b327a9ac5cf06c558e9216ad (diff)
remove some whitespace at end of lines
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/vespa/fnet/databuffer.h2
-rw-r--r--fnet/src/vespa/fnet/transport_debugger.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/fnet/src/vespa/fnet/databuffer.h b/fnet/src/vespa/fnet/databuffer.h
index c9471e00570..3e21678a83f 100644
--- a/fnet/src/vespa/fnet/databuffer.h
+++ b/fnet/src/vespa/fnet/databuffer.h
@@ -661,6 +661,6 @@ public:
Clear();
}
}
-
+
};
diff --git a/fnet/src/vespa/fnet/transport_debugger.h b/fnet/src/vespa/fnet/transport_debugger.h
index 6dc63b7c6f2..bec4beb5b93 100644
--- a/fnet/src/vespa/fnet/transport_debugger.h
+++ b/fnet/src/vespa/fnet/transport_debugger.h
@@ -12,7 +12,7 @@ namespace fnet {
/**
* This class is used to control transport threads during unit
* testing.
- *
+ *
* The TimeTools created by this class should be used when setting up
* all transports used in the test. The supplied TimeTools will make
* sure no thread ever blocks waiting for io-events and also make sure
@@ -25,7 +25,7 @@ namespace fnet {
* default 5ms will make sure 'time passes' and 'stuff happens' at a
* reasonable relative rate). It is important to call detach to
* release the transports before trying to shut them down.
- *
+ *
* Note that both server and client should be controlled by the same
* debugger when testing rpc. Using external services will result in
* (synthetic) time passing too fast compared to stuff actually