Imported Upstream version 0.3.4
[anytun.git] / src / anyrtpproxy / rtpSession.cpp
index 93333ac..3afba33 100644 (file)
@@ -11,7 +11,7 @@
  *  tunneling and relaying of packets of any protocol.
  *
  *
- *  Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, 
+ *  Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl,
  *                          Christian Pointner <satp@wirdorange.org>
  *
  *  This file is part of Anytun.
@@ -34,9 +34,9 @@
 
 #include "callIdQueue.h"
 
-RtpSession::RtpSession(const std::string& call_id) : in_sync_(false), call_id_(call_id) , dead_(false), complete_(false), 
-                                                     seen1_(false), seen2_(false)
-{  
+RtpSession::RtpSession(const std::string& call_id) : in_sync_(false), call_id_(call_id) , dead_(false), complete_(false),
+  seen1_(false), seen2_(false)
+{
 }
 
 void RtpSession::reinit()