summaryrefslogtreecommitdiff
path: root/libopenjpeg/fix.c
diff options
context:
space:
mode:
authorSebastien Lugan <slugan@users.noreply.github.com>2004-04-29 13:10:05 +0000
committerSebastien Lugan <slugan@users.noreply.github.com>2004-04-29 13:10:05 +0000
commitec9bd9f6a455a83da8c2c77f5b2628b416cca18f (patch)
treee9f3cb176093b68fc7faf35f09b595f5b1f6680d /libopenjpeg/fix.c
parent4f83e82a74e7456881eadd68f5b863ea502ea8bc (diff)
Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')
Diffstat (limited to 'libopenjpeg/fix.c')
-rw-r--r--libopenjpeg/fix.c2
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);
}