Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Mar 23, 2019
1 parent a922cf8 commit 588dbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h323util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 588dbec

Please sign in to comment.