Mercurial > mplayer.hg
view mpbswap.h @ 29480:a4d8dee13834
Indent libswscale:
- Use 4 spaces throughout for indentation;
- Fix inconsistent indentation;
- Indent function calls and declarations aligning arguments on multiple lines
to the column after the opening parentheses;
- Align asm code to the column 4 spaces after the call to __asm__();
- Align cases in switch statements to the same column as "switch".
author | ramiro |
---|---|
date | Sun, 16 Aug 2009 00:32:04 +0000 |
parents | 0d255d03016f |
children | c1a3f1bbba26 |
line wrap: on
line source
#ifndef MPLAYER_MPBSWAP_H #define MPLAYER_MPBSWAP_H #include <sys/types.h> #include "config.h" #include "libavutil/bswap.h" #ifndef HAVE_SWAB void swab(const void *from, void *to, ssize_t n); #endif #endif /* MPLAYER_MPBSWAP_H */