Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-12-17 19:42:55 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-12-17 19:42:55 +0300
commit7359bd509afa235acc2ac2f7f95fc9cb5cafd1a4 (patch)
treeb5bb90eeca58fdeb9fde6825f21a25a319823cb4 /include/dsm
parentd30b15ed4b98c28951d6d45b8928f4c2b6a11129 (diff)
apply astyle formatting
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2786 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include/dsm')
-rw-r--r--include/dsm/dsm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/dsm/dsm.h b/include/dsm/dsm.h
index fc13a94d6..c63a24428 100644
--- a/include/dsm/dsm.h
+++ b/include/dsm/dsm.h
@@ -26,8 +26,7 @@
#define DSMSW 0x44534D53ui64
#define DSMSW_SIZE 4
-enum dsmp_t
-{
+enum dsmp_t {
DSMP_FILEINFO = 0,
DSMP_STREAMINFO = 1,
DSMP_MEDIATYPE = 2,
@@ -35,4 +34,4 @@ enum dsmp_t
DSMP_SAMPLE = 4,
DSMP_SYNCPOINTS = 5,
DSMP_RESOURCE = 6
-}; \ No newline at end of file
+};