From 9f16487d0ccc41b9cbb725c7790b8c1c097783b3 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sat, 10 Dec 2016 01:05:17 -0600 Subject: [PATCH] indenting --- console/yap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/console/yap.c b/console/yap.c index 13b5d3920..8251d2e20 100755 --- a/console/yap.c +++ b/console/yap.c @@ -78,8 +78,7 @@ static int init_standard_system(int argc, char *argv[], YAP_init_args *iap) { BootMode = YAP_parse_yap_arguments(argc, argv, iap); /* init memory */ - iap->boot_file_type = - BootMode = YAP_Init(iap); + iap->boot_file_type = BootMode = YAP_Init(iap); if (iap->ErrorNo) { /* boot failed */ YAP_Error(iap->ErrorNo, 0L, iap->ErrorCause);