From 2ae92dcc97765deb2845dd07a338858aeb375cb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 14:13:37 +0100 Subject: No-op: whitespace. --- src/key.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/key.cc') diff --git a/src/key.cc b/src/key.cc index 43e59dfc..46b09efb 100644 --- a/src/key.cc +++ b/src/key.cc @@ -72,7 +72,7 @@ Key::operator= (Key const & other) if (this == &other) { return *this; } - + memcpy (_value, other._value, ASDCP::KeyLen); return *this; } @@ -81,7 +81,7 @@ string Key::hex () const { stringstream g; - + for (unsigned int i = 0; i < ASDCP::KeyLen; ++i) { g << setw(2) << setfill('0') << std::hex << static_cast (_value[i]); } -- cgit v1.2.3