Skip to content

Commit

Permalink
Remove trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jul 8, 2024
1 parent b14d6c9 commit 973491e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ class ForJnaPosixEnvironment implements Dispatcher {
*/
@SuppressWarnings("deprecation")
public ForJnaPosixEnvironment(int attempts, long pause, TimeUnit timeUnit) {
provider = Platform.isAIX()
provider = Platform.isAIX()
? new PosixOwnerProvider.UsingIStat(attempts, pause, timeUnit)
: new PosixOwnerProvider.UsingStat(attempts, pause, timeUnit);
library = Native.loadLibrary("c", PosixLibrary.class);
Expand Down

0 comments on commit 973491e

Please sign in to comment.