Mercurial > cgi-bin > hgweb.cgi > JpegWasher
changeset 55:f5faf70c7d10
tabs to spaces
author | David Barts <davidb@stashtea.com> |
---|---|
date | Thu, 07 May 2020 14:21:23 -0700 |
parents | 40911898ed23 |
children | 224572069e36 |
files | src/name/blackcap/exifwasher/Misc.kt |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/name/blackcap/exifwasher/Misc.kt Thu May 07 14:05:40 2020 -0700 +++ b/src/name/blackcap/exifwasher/Misc.kt Thu May 07 14:21:23 2020 -0700 @@ -225,8 +225,8 @@ * of) whatever existing standard border the component had. */ fun JComponent.addBorder(b: Border) { - if (border == null) - border = b - else - border = BorderFactory.createCompoundBorder(b, border) + if (border == null) + border = b + else + border = BorderFactory.createCompoundBorder(b, border) }