Skip to content

Commit

Permalink
Fix newlines and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mprobinson committed Aug 28, 2014
1 parent ac421ec commit a11a789
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,13 +865,13 @@ void setting_data_get_description(const void *data, char *msg,
" 2: Etc ...");
else if (!strcmp(setting->name, "video_frame_delay"))
snprintf(msg, sizeof_msg,
" -- Sets how many milliseconds to delay \n"
" -- Sets how many milliseconds to delay\n"
"after VSync before running the core.\n"
" \n"
"Can reduce latency at cost of \n"
"performance."
"\n"
"Can reduce latency at cost of\n"
"performance.\n"
" \n"
"Maximum is 15.\n");
"Maximum is 15.");
else if (!strcmp(setting->name, "audio_rate_control_delta"))
snprintf(msg, sizeof_msg,
" -- Audio rate control.\n"
Expand Down

0 comments on commit a11a789

Please sign in to comment.