From e9b32bc364ba8b593d367d6edc33ae8204b16d2a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 8 Feb 2003 14:42:13 +0000 Subject: indent --- mdk-stage1/network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 2e146a10f..feeda28e0 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -694,7 +694,7 @@ enum return_type ftp_prepare(void) if (!ramdisk_possible()) { stg1_error_message("FTP install needs more than %d Mbytes of memory (detected %d Mbytes).", - MEM_LIMIT_RAMDISK, total_memory()); + MEM_LIMIT_RAMDISK, total_memory()); return RETURN_ERROR; } @@ -781,7 +781,7 @@ enum return_type http_prepare(void) if (!ramdisk_possible()) { stg1_error_message("HTTP install needs more than %d Mbytes of memory (detected %d Mbytes).", - MEM_LIMIT_RAMDISK, total_memory()); + MEM_LIMIT_RAMDISK, total_memory()); return RETURN_ERROR; } -- cgit v1.2.1