Massive whitespace cleanup.

Lots of trailing whitespace and otherwise blank lines.
This commit is contained in:
Bill Currie 2012-05-22 08:23:22 +09:00
parent 01773c7cd3
commit 23a38738fc
254 changed files with 1793 additions and 1793 deletions

View file

@ -67,7 +67,7 @@ typedef struct snd_render_funcs_s {
P_S_LocalSound pS_LocalSound;
P_S_BlockSound pS_BlockSound;
P_S_UnblockSound pS_UnblockSound;
P_S_LoadSound pS_LoadSound;
P_S_LoadSound pS_LoadSound;
P_S_AllocChannel pS_AllocChannel;
P_S_ChannelStop pS_ChannelStop;
} snd_render_funcs_t;