comparison src/search.c @ 1347:79937bc55f3a

Add missing space between switch and first parenthesis.
author zas_
date Sat, 28 Feb 2009 20:52:51 +0000
parents c9949c19a6d0
children fe4da037be21
comparison
equal deleted inserted replaced
1346:c9949c19a6d0 1347:79937bc55f3a
2935 { 2935 {
2936 SearchData *sd = data; 2936 SearchData *sd = data;
2937 2937
2938 if (type != NOTIFY_TYPE_CHANGE || !fd->change) return; 2938 if (type != NOTIFY_TYPE_CHANGE || !fd->change) return;
2939 2939
2940 switch(fd->change->type) 2940 switch (fd->change->type)
2941 { 2941 {
2942 case FILEDATA_CHANGE_MOVE: 2942 case FILEDATA_CHANGE_MOVE:
2943 case FILEDATA_CHANGE_RENAME: 2943 case FILEDATA_CHANGE_RENAME:
2944 case FILEDATA_CHANGE_DELETE: 2944 case FILEDATA_CHANGE_DELETE:
2945 search_result_change_path(sd, fd); 2945 search_result_change_path(sd, fd);