[Scummvm-git-logs] scummvm master -> 72962ae0f6338ccecd29efb4da65efe99acf4b99

wjp wjp at usecode.org
Sat Mar 4 15:09:24 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
72962ae0f6 CLOUD: Fix whitespace


Commit: 72962ae0f6338ccecd29efb4da65efe99acf4b99
    https://github.com/scummvm/scummvm/commit/72962ae0f6338ccecd29efb4da65efe99acf4b99
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2017-03-04T15:09:08+01:00

Commit Message:
CLOUD: Fix whitespace

Changed paths:
    backends/networking/sdl_net/localwebserver.cpp


diff --git a/backends/networking/sdl_net/localwebserver.cpp b/backends/networking/sdl_net/localwebserver.cpp
index 0dcc31b..836b90a 100644
--- a/backends/networking/sdl_net/localwebserver.cpp
+++ b/backends/networking/sdl_net/localwebserver.cpp
@@ -314,8 +314,8 @@ void LocalWebserver::resolveAddress(void *ipAddress) {
 		// get ifconfig
 		char buffer[LSSDP_BUFFER_LEN] = {};
 		struct ifconf ifc;
-                ifc.ifc_len = sizeof(buffer);
-                ifc.ifc_buf = (caddr_t) buffer;
+		ifc.ifc_len = sizeof(buffer);
+		ifc.ifc_buf = (caddr_t) buffer;
 
 		if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
 		    warning("LocalWebserver: ioctl SIOCGIFCONF failed: %s (%d)", strerror(errno), errno);





More information about the Scummvm-git-logs mailing list