cosmetics: fix comment line lengths

add additional '-' to //----... style comments globally instead of
polluting further commits

Change-Id: I951acc68b7b5384b4d6e235349b0067d1aa6fa8b
This commit is contained in:
James Zern
2011-08-25 14:22:32 -07:00
parent c9e037ab3e
commit c7e86abab6
35 changed files with 160 additions and 160 deletions

View File

@ -49,7 +49,7 @@ static int verbose = 0;
extern void* VP8DecGetCPUInfo; // opaque forward declaration.
#endif
//-----------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Output types
typedef enum {
@ -492,7 +492,7 @@ int main(int argc, const char *argv[]) {
return 0;
}
//-----------------------------------------------------------------------------
//------------------------------------------------------------------------------
#if defined(__cplusplus) || defined(c_plusplus)
} // extern "C"