summaryrefslogtreecommitdiff
path: root/source/compiler/aslutils.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2015-10-14 08:11:47 -0700
committerRobert Moore <Robert.Moore@intel.com>2015-10-14 08:11:47 -0700
commit68bb6b18de2f304076dc64b9d36da99713bc6bd0 (patch)
tree30755494d0023faecb887fd709ce52f6c0d67773 /source/compiler/aslutils.c
parent1d86c91aa0f0214026fa870a17a8329f657ec906 (diff)
downloadacpica-68bb6b18de2f304076dc64b9d36da99713bc6bd0.tar.gz
iASL: Update for code formatting, no functional changes
Mostly indentation inconsistencies across the code. Split some long lines, etc.
Diffstat (limited to 'source/compiler/aslutils.c')
-rw-r--r--source/compiler/aslutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslutils.c b/source/compiler/aslutils.c
index 6c0e75796..374fe5067 100644
--- a/source/compiler/aslutils.c
+++ b/source/compiler/aslutils.c
@@ -271,7 +271,6 @@ UtBeginEvent (
AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer ();
AslGbl_Events[AslGbl_NextEvent].EventName = Name;
AslGbl_Events[AslGbl_NextEvent].Valid = TRUE;
-
return (AslGbl_NextEvent++);
}
@@ -878,6 +877,7 @@ UtPadNameWithUnderscores (
{
*PaddedNameSeg = '_';
}
+
PaddedNameSeg++;
}
}
@@ -1162,7 +1162,7 @@ stroul64 (
/* Check to see if value is out of range: */
if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) /
- (UINT64) Base))
+ (UINT64) Base))
{
goto ErrorExit;
}