summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2015-12-25 09:39:30 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-12-25 09:39:34 +1100
commite4399a02aebc7933d537204c9fbbabb3d96b7cd5 (patch)
treeaba1b15f733c1fe5c2231dc6727c44e8f30c0720 /include
parent7189069e5e9cef3969c2bc8ca7454c5dbd212db8 (diff)
downloadflac-e4399a02aebc7933d537204c9fbbabb3d96b7cd5.tar.gz
Whitespace only
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 7424565b..1b19d421 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -512,8 +512,8 @@ typedef enum {
FLAC__METADATA_TYPE_UNDEFINED = 7,
/**< marker to denote beginning of undefined type range; this number will increase as new metadata types are added */
- FLAC__MAX_METADATA_TYPE = FLAC__MAX_METADATA_TYPE_CODE,
- /**< No type will ever be greater than this. There is not enough room in the protocol block. */
+ FLAC__MAX_METADATA_TYPE = FLAC__MAX_METADATA_TYPE_CODE,
+ /**< No type will ever be greater than this. There is not enough room in the protocol block. */
} FLAC__MetadataType;
/** Maps a FLAC__MetadataType to a C string.