mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 23:54:06 +00:00
libretrodb: Update the whitespace
This commit is contained in:
parent
e1125d673d
commit
03d0462fa4
@ -795,7 +795,7 @@ int main(int argc, char** argv)
|
||||
fclose(dat_file);
|
||||
(*dat_buffer)[dat_file_size] = '\0';
|
||||
|
||||
printf("Parsing dat file '%s'...\n", *argv);
|
||||
printf(" %s\n", *argv);
|
||||
dat_lexer_list = dat_converter_lexer(*dat_buffer, *argv);
|
||||
dat_parser_list = dat_converter_parser(
|
||||
dat_parser_list, dat_lexer_list, match_key);
|
||||
|
@ -153,7 +153,7 @@ function init(...)
|
||||
error(" could not open dat file '" .. dat_path .. "':" .. err)
|
||||
end
|
||||
|
||||
print("Parsing dat file '" .. dat_path .. "'...")
|
||||
print(" " .. dat_path)
|
||||
local objs = dat_parser(dat_lexer(dat_file, dat_path))
|
||||
dat_file:close()
|
||||
for _, obj in pairs(objs) do
|
||||
|
Loading…
x
Reference in New Issue
Block a user