mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
Automated cleanup; no functional changes
remove tabs, excess lines/blanks, etc.
This commit is contained in:
parent
a709aa45f8
commit
509a8904f2
@ -244,7 +244,6 @@ extern const char *AslGbl_SpecialNamedObjects[MAX_SPECIAL_NAME
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Parser and other externals
|
||||
*/
|
||||
|
@ -275,7 +275,6 @@ LdLoadFieldElements (
|
||||
ACPI_STATUS Status;
|
||||
|
||||
|
||||
|
||||
SourceRegion = UtGetArg (Op, 0);
|
||||
if (SourceRegion)
|
||||
{
|
||||
|
@ -337,7 +337,6 @@ main (
|
||||
}
|
||||
|
||||
|
||||
|
||||
CleanupAndExit:
|
||||
|
||||
UtFreeLineBuffers ();
|
||||
|
@ -837,7 +837,7 @@ AslDoOptions (
|
||||
AslGbl_HexOutputFlag = HEX_OUTPUT_C;
|
||||
break;
|
||||
|
||||
case 'p': /* data table flex/bison prototype */
|
||||
case 'p': /* data table flex/bison prototype */
|
||||
|
||||
AslGbl_DtLexBisonPrototype = TRUE;
|
||||
break;
|
||||
|
@ -265,4 +265,3 @@ DtCompilerParserwrap(void)
|
||||
{
|
||||
return (1);
|
||||
}
|
||||
|
||||
|
@ -447,7 +447,7 @@ ACPI_GLOBAL (BOOLEAN, AcpiGbl_SystemAwakeAndRunning);
|
||||
ACPI_EXTERNAL_RETURN_OK(Prototype)
|
||||
|
||||
#define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \
|
||||
ACPI_EXTERNAL_RETURN_UINT32(prototype)
|
||||
ACPI_EXTERNAL_RETURN_UINT32(prototype)
|
||||
|
||||
#define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \
|
||||
ACPI_EXTERNAL_RETURN_VOID(Prototype)
|
||||
@ -460,7 +460,7 @@ ACPI_GLOBAL (BOOLEAN, AcpiGbl_SystemAwakeAndRunning);
|
||||
static ACPI_INLINE Prototype {return(AE_OK);}
|
||||
|
||||
#define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \
|
||||
static ACPI_INLINE prototype {return(0);}
|
||||
static ACPI_INLINE prototype {return(0);}
|
||||
|
||||
#define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \
|
||||
static ACPI_INLINE Prototype {return;}
|
||||
|
@ -287,7 +287,6 @@
|
||||
#pragma warning(disable:4459)
|
||||
|
||||
|
||||
|
||||
/* Debug support. */
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user