Get rid of some tabs and trailing whitespaces

This commit is contained in:
Henrik Gramner
2015-06-23 14:59:59 +02:00
parent b568a256b9
commit 08a9c51919
3 changed files with 16 additions and 17 deletions
-1
View File
@@ -175,4 +175,3 @@ by Christian Heine ( sennindemokrit at gmx dot net )
Unless you are a perfectionist, don't bother. Media players ignore this
setting, and favor their own (fixed) assumed Chroma Sample Location.
+4 -4
View File
@@ -27,10 +27,10 @@
#define X264_MATROSKA_EBML_H
/* Matroska display size units from the spec */
#define DS_PIXELS 0
#define DS_CM 1
#define DS_INCHES 2
#define DS_ASPECT_RATIO 3
#define DS_PIXELS 0
#define DS_CM 1
#define DS_INCHES 2
#define DS_ASPECT_RATIO 3
typedef struct mk_writer mk_writer;