comparison src/filelist.c @ 513:985fdfebd89e

Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
author zas_
date Thu, 24 Apr 2008 12:47:09 +0000
parents 809bcb660781
children 9dc0513837b5
comparison
equal deleted inserted replaced
512:f9bf33be53ff 513:985fdfebd89e
769 FileData *fd; 769 FileData *fd;
770 770
771 DEBUG_2("file_data_new: '%s' %d", path_utf8, check_sidecars); 771 DEBUG_2("file_data_new: '%s' %d", path_utf8, check_sidecars);
772 772
773 if (!file_data_pool) 773 if (!file_data_pool)
774 file_data_pool = g_hash_table_new (g_str_hash, g_str_equal); 774 file_data_pool = g_hash_table_new(g_str_hash, g_str_equal);
775 775
776 fd = g_hash_table_lookup(file_data_pool, path_utf8); 776 fd = g_hash_table_lookup(file_data_pool, path_utf8);
777 if (fd) 777 if (fd)
778 { 778 {
779 file_data_check_changed_files(fd, st); 779 file_data_check_changed_files(fd, st);