minor code-format adjustment

This commit is contained in:
Matthew Flatt 2011-04-25 08:41:56 -06:00
parent e7d0029aea
commit e999e0666c

View File

@ -420,8 +420,7 @@ static Scheme_Object *do_load_extension(const char *filename,
filename = scheme_strdup(filename);
# endif
scheme_hash_set(fullpath_loaded_extensions, (Scheme_Object *)filename, mzPROC_TO_HASH_OBJ(init_f));
scheme_hash_set(fullpath_loaded_extensions, (Scheme_Object *)filename, mzPROC_TO_HASH_OBJ(init_f));
# if defined(MZ_USE_PLACES) && defined(MZ_PRECISE_GC)
scheme_end_atomic_no_swap();