From 588dbecabbdc03fd348bc0cfeaf2ea9fe5de7c78 Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Sat, 23 Mar 2019 14:51:47 +0100 Subject: [PATCH] whitespace --- h323util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h323util.h b/h323util.h index f34db614..5c3a40b2 100644 --- a/h323util.h +++ b/h323util.h @@ -2,7 +2,7 @@ // // H.323 utility functions // -// Copyright (c) 2000-2018, Jan Willamowius +// Copyright (c) 2000-2019, Jan Willamowius // // This work is published under the GNU Public License version 2 (GPLv2) // see file COPYING for details. @@ -49,7 +49,7 @@ PString AsString(const H245_UnicastAddress_iP6Address &); PString AsString(const H225_TransportAddress & ta); -PString AsDotString(const H225_TransportAddress & ip, bool showPort=true); +PString AsDotString(const H225_TransportAddress & ip, bool showPort = true); PString AsString(const H323TransportAddress & ta);