diff options
| author | Sebastien Lugan <slugan@users.noreply.github.com> | 2004-04-29 13:10:05 +0000 |
|---|---|---|
| committer | Sebastien Lugan <slugan@users.noreply.github.com> | 2004-04-29 13:10:05 +0000 |
| commit | ec9bd9f6a455a83da8c2c77f5b2628b416cca18f (patch) | |
| tree | e9f3cb176093b68fc7faf35f09b595f5b1f6680d /libopenjpeg/fix.c | |
| parent | 4f83e82a74e7456881eadd68f5b863ea502ea8bc (diff) | |
Reformatage : indent -kr $(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 21466ae9..5d7f2b67 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); } |
