Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
8266174: -Wmisleading-indentation happens in libmlib_image sources
Browse files Browse the repository at this point in the history
Backport-of: 4937214
  • Loading branch information
wkia authored and Yuri Nesterenko committed Sep 23, 2022
1 parent b295289 commit 9b4411a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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
Expand Down Expand Up @@ -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 */

Expand Down

1 comment on commit 9b4411a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.