mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +00:00
Removes trailing spaces in 69 files. Closes #971.
This commit is contained in:
@@ -165,7 +165,7 @@ u8 * RawData::getBufferPointer(){
|
||||
} /* End of getBufferPointer() */
|
||||
|
||||
|
||||
u8 * RawData::getBufferPointer(int *mylen){
|
||||
u8 * RawData::getBufferPointer(int *mylen){
|
||||
if(mylen!=NULL)
|
||||
*mylen=this->length;
|
||||
return this->data;
|
||||
|
||||
Reference in New Issue
Block a user