summaryrefslogtreecommitdiff
path: root/ace/FILE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FILE.h')
-rw-r--r--ace/FILE.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/FILE.h b/ace/FILE.h
index 8f9c20ab545..287c8e178f7 100644
--- a/ace/FILE.h
+++ b/ace/FILE.h
@@ -78,7 +78,8 @@ public:
int truncate (off_t length);
// Set filesize to length byte.
- off_t seek (off_t offset, int whence = SEEK_CUR);
+ off_t seek (off_t offset,
+ int whence = SEEK_CUR);
// Sets the file pointer as follows:
// o If <whence> is <SEEK_SET>, the pointer is set to <offset>
// bytes.