8266174: -Wmisleading-indentation happens in libmlib_image sources

Backport-of: 49372149e529367171e0cabc842590ffd53e642d
This commit is contained in:
Roman Marchenko 2022-09-23 13:53:14 +00:00 committed by Yuri Nesterenko
parent b05def5fbd
commit 285fbab920

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -215,7 +215,7 @@ typedef union {
SRC = MLIB_S32_MAX; \
if (SRC <= MLIB_S32_MIN) \
SRC = MLIB_S32_MIN; \
DST = (mlib_s32) SRC
DST = (mlib_s32) SRC
#endif /* MLIB_USE_FTOI_CLAMPING */