Skip to content

Commit

Permalink
Checkstyle doesn't like my indentation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis authored Aug 17, 2019
1 parent e578437 commit 7caba21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public WinNT.HRESULT ParseDisplayName(WinDef.HWND hwnd, Pointer pbc, String pszD
// Wide String. Convert and pass here.
char[] pszDisplayNameNative = Native.toCharArray(pszDisplayName);
return new WinNT.HRESULT(f.invokeInt(new Object[] { interfacePointer, hwnd, pbc,
pszDisplayNameNative, pchEaten, ppidl, pdwAttributes }));
pszDisplayNameNative, pchEaten, ppidl, pdwAttributes }));
}

@Override
Expand Down

0 comments on commit 7caba21

Please sign in to comment.