diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-20 21:02:49 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-20 21:02:49 +0000 |
commit | 8ba6b4eaf939f34ac34993aa225143b4102f6c02 (patch) | |
tree | 478affd23420fa4f9067a3ad581c5425866e5bb3 /TOOLS/modify_reg.c | |
parent | 4a2e468d4b29c3fd4b89c7b33cd9aefba885bfd6 (diff) | |
download | mpv-8ba6b4eaf939f34ac34993aa225143b4102f6c02.tar.bz2 mpv-8ba6b4eaf939f34ac34993aa225143b4102f6c02.tar.xz |
cosmetics: Remove pointless empty lines at EOF.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/modify_reg.c')
-rw-r--r-- | TOOLS/modify_reg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/modify_reg.c b/TOOLS/modify_reg.c index 9c4e865883..888d9eac32 100644 --- a/TOOLS/modify_reg.c +++ b/TOOLS/modify_reg.c @@ -180,4 +180,3 @@ int main(int argc, char *argv[]) { } return 0; } - |