summaryrefslogtreecommitdiffstats
path: root/solaris/Platform.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:15:09 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit458749df45a24abec1f9a820e4172a08ccfba3b1 (patch)
treede48ef3f0c15e6f748e99868f1f8c4d340a0296c /solaris/Platform.c
parente7f8d7bcc954e965143331ec3f2353c03959acc6 (diff)
Code indentation
Diffstat (limited to 'solaris/Platform.c')
-rw-r--r--solaris/Platform.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/solaris/Platform.c b/solaris/Platform.c
index c2ef2773..da39a33d 100644
--- a/solaris/Platform.c
+++ b/solaris/Platform.c
@@ -287,14 +287,14 @@ char* Platform_getProcessEnv(pid_t pid) {
}
char* Platform_getInodeFilename(pid_t pid, ino_t inode) {
- (void)pid;
- (void)inode;
- return NULL;
+ (void)pid;
+ (void)inode;
+ return NULL;
}
FileLocks_ProcessData* Platform_getProcessLocks(pid_t pid) {
- (void)pid;
- return NULL;
+ (void)pid;
+ return NULL;
}
bool Platform_getDiskIO(DiskIOData* data) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy