Skip to content

Commit 85d300e

Browse files
committed
Fix style
1 parent c3200b2 commit 85d300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/LoggingPosixSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ final long getuid(
796796

797797
@ExportMessage
798798
final long getgid(
799-
@CachedLibrary("this.delegate") PosixSupportLibrary lib) {
799+
@CachedLibrary("this.delegate") PosixSupportLibrary lib) {
800800
logEnter("getgid", "");
801801
return logExit("getgid", "%d", lib.getgid(delegate));
802802
}

0 commit comments

Comments
 (0)