# HG changeset patch # User aurel # Date 1278001718 0 # Node ID 5a794f3f0d75936fa8304c626314036162fd000e # Parent 1e89f78c8425991fc1351613bd351b0e2a6bec0f cosmetic: improve comment breaking at 80 cols diff -r 1e89f78c8425 -r 5a794f3f0d75 vp56.h --- a/vp56.h Thu Jul 01 16:09:38 2010 +0000 +++ b/vp56.h Thu Jul 01 16:28:38 2010 +0000 @@ -48,8 +48,8 @@ typedef struct { int high; - int bits; /* Stored negated (i.e. negative "bits" is a positive number of bits left) - * in order to eliminate a negate in cache refilling */ + int bits; /* stored negated (i.e. negative "bits" is a positive number of + bits left) in order to eliminate a negate in cache refilling */ const uint8_t *buffer; const uint8_t *end; unsigned long code_word;