diff options
| author | Sebastien Lugan <slugan@users.noreply.github.com> | 2004-04-29 13:27:24 +0000 |
|---|---|---|
| committer | Sebastien Lugan <slugan@users.noreply.github.com> | 2004-04-29 13:27:24 +0000 |
| commit | 64c34e0d5260ef8e4dee4638458431aec0e1e614 (patch) | |
| tree | be55a288cf2553bc3e116439878e3c8ed090c0ad /libopenjpeg/fix.c | |
| parent | ec9bd9f6a455a83da8c2c77f5b2628b416cca18f (diff) | |
Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')
Diffstat (limited to 'libopenjpeg/fix.c')
| -rw-r--r-- | libopenjpeg/fix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/fix.c b/libopenjpeg/fix.c index 5d7f2b67..53a8a8cb 100644 --- a/libopenjpeg/fix.c +++ b/libopenjpeg/fix.c @@ -37,5 +37,5 @@ */ int fix_mul(int a, int b) { - return (int) ((int64) a * (int64) b >> 13); + return (int) ((int64) a * (int64) b >> 13); } |
