Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2010, 9:32:58 PM (15 years ago)
Author:
rgrieder
Message:

Removed excess white space at the end of lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/libraries/network/packet/Chat.cc

    r6928 r7127  
    6060  *(unsigned int *)(data_ + _MESSAGELENGTH ) = messageLength_;
    6161
    62   /* cast the hell out of the message string, and copy it into the 
    63    * data buffer. 
     62  /* cast the hell out of the message string, and copy it into the
     63   * data buffer.
    6464   */
    6565  memcpy( data_+_MESSAGE, static_cast<void*>(const_cast<char*>(message.c_str())), messageLength_ );
Note: See TracChangeset for help on using the changeset viewer.