Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 23:28:40 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365704 - head/emulators/qemu-devel/files
Message-ID:  <201408222328.s7MNSe9w029392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Fri Aug 22 23:28:39 2014
New Revision: 365704
URL: http://svnweb.freebsd.org/changeset/ports/365704
QAT: https://qat.redports.org/buildarchive/r365704/

Log:
  Fix indentation.

Modified:
  head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem

Modified: head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem
==============================================================================
--- head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem	Fri Aug 22 23:11:59 2014	(r365703)
+++ head/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem	Fri Aug 22 23:28:39 2014	(r365704)
@@ -28,7 +28,7 @@ Signed-off-by: Juergen Lock <nox@jelal.k
 +                } else {
 +                    abi_ulong maxmem = -0x100c000;
 +                    if (((unsigned long)maxmem) < lvalue)
-+                            lvalue = maxmem;
++                        lvalue = maxmem;
 +                    (*(abi_ulong *)holdp) = lvalue;
 +                }
 +            }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408222328.s7MNSe9w029392>