Space indent -> tab indent.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33351 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-09-29 14:08:39 +00:00
parent 73ce611089
commit 49714746f2
@@ -123,6 +123,7 @@ BNetAddress::operator=( const BNetAddress& other)
* hostname: Host name associated with this instance (default: NULL). * hostname: Host name associated with this instance (default: NULL).
* In this particular implementation, hostname will be an * In this particular implementation, hostname will be an
* ASCII-fied representation of an IP address. * ASCII-fied representation of an IP address.
*
* port: Port number associated with this instance * port: Port number associated with this instance
* (default: NULL). Will be converted to host byte order * (default: NULL). Will be converted to host byte order
* here, so it is not necessary to call ntohs() after * here, so it is not necessary to call ntohs() after