ACPICA: Linuxize: Change indentation of C labels.
[deliverable/linux.git] / drivers / acpi / acpica / exoparg1.c
index 2cdd41d8ade6f6c3ebef1d7a629eba1792aaeedc..d74cea416ca05beaa9af14e9d0af3a1fd0aa3c89 100644 (file)
@@ -115,7 +115,7 @@ acpi_status acpi_ex_opcode_0A_0T_1R(struct acpi_walk_state *walk_state)
                break;
        }
 
-      cleanup:
+cleanup:
 
        /* Delete return object on error */
 
@@ -234,7 +234,7 @@ acpi_status acpi_ex_opcode_1A_1T_0R(struct acpi_walk_state *walk_state)
                goto cleanup;
        }
 
-      cleanup:
+cleanup:
 
        return_ACPI_STATUS(status);
 }
@@ -551,7 +551,7 @@ acpi_status acpi_ex_opcode_1A_1T_1R(struct acpi_walk_state *walk_state)
                status = acpi_ex_store(return_desc, operand[1], walk_state);
        }
 
-      cleanup:
+cleanup:
 
        /* Delete return object on error */
 
@@ -1054,7 +1054,7 @@ acpi_status acpi_ex_opcode_1A_0T_1R(struct acpi_walk_state *walk_state)
                goto cleanup;
        }
 
-      cleanup:
+cleanup:
 
        /* Delete return object on error */
 
This page took 0.023822 seconds and 5 git commands to generate.