indenting

This commit is contained in:
Vitor Santos Costa 2016-07-31 10:15:55 -05:00
parent 9d3b46132b
commit fa26588bbf

View File

@ -294,7 +294,7 @@ static Int time_file(USES_REGS1) {
snprintf(s, 64, "%I64d", (long long int)n);
mpz_init_set_str(&rop, s, 10);
rc = Yap_MkBigIntTerm((void *)&rop) PASS_REGS);
rc = Yap_MkBigIntTerm((void *)&rop PASS_REGS);
#else
rc = MkIntegerTerm(ft.dwHighDateTime);
#endif