(menu_displaylist.c) Indenting breaks syntax formatting for vim
This commit is contained in:
parent
b4c33a05f6
commit
97c9eab9ba
|
@ -1941,9 +1941,6 @@ void video_viewport_get_scaled_integer(struct video_viewport *vp,
|
||||||
int padding_y = 0;
|
int padding_y = 0;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
if (!vp)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (settings->video.aspect_ratio_idx == ASPECT_RATIO_CUSTOM)
|
if (settings->video.aspect_ratio_idx == ASPECT_RATIO_CUSTOM)
|
||||||
{
|
{
|
||||||
struct video_viewport *custom = video_viewport_get_custom();
|
struct video_viewport *custom = video_viewport_get_custom();
|
||||||
|
|
|
@ -3689,9 +3689,9 @@ static int menu_displaylist_parse_generic(
|
||||||
switch (file_type)
|
switch (file_type)
|
||||||
{
|
{
|
||||||
case FILE_TYPE_PLAIN:
|
case FILE_TYPE_PLAIN:
|
||||||
#if 0
|
#if 0
|
||||||
enum_idx = MENU_ENUM_LABEL_FILE_BROWSER_PLAIN_FILE;
|
enum_idx = MENU_ENUM_LABEL_FILE_BROWSER_PLAIN_FILE;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case FILE_TYPE_MOVIE:
|
case FILE_TYPE_MOVIE:
|
||||||
enum_idx = MENU_ENUM_LABEL_FILE_BROWSER_MOVIE_OPEN;
|
enum_idx = MENU_ENUM_LABEL_FILE_BROWSER_MOVIE_OPEN;
|
||||||
|
|
Loading…
Reference in New Issue