ACPICA: Core: Major update for code formatting, no functional changes
[deliverable/linux.git] / drivers / acpi / acpica / utnonansi.c
index 1d5f6b17b766421bfcb5b4c30e46cbfc0fef1a0d..9c3cadc27fb82f50fb98e9089750a22caa017871 100644 (file)
@@ -282,8 +282,8 @@ acpi_status acpi_ut_strtoul64(char *string, u32 base, u64 *ret_integer)
 
                /* Divide the digit into the correct position */
 
-               (void)acpi_ut_short_divide((dividend - (u64)this_digit),
-                                          base, &quotient, NULL);
+               (void)acpi_ut_short_divide((dividend - (u64)this_digit), base,
+                                          &quotient, NULL);
 
                if (return_value > quotient) {
                        if (to_integer_op) {
This page took 0.035076 seconds and 5 git commands to generate.