diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-22 15:14:45 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-22 15:14:45 +0000 |
commit | edf7615332801f9c0b41b6e4560f3877df7b63d6 (patch) | |
tree | 8e314804ab99668b875492c3429f37f5038a30fd /llvm/lib/Support/Windows/Path.inc | |
parent | 69948e41555829c7768ac6ab6776ebbb41fe4326 (diff) | |
download | bcm5719-llvm-edf7615332801f9c0b41b6e4560f3877df7b63d6.tar.gz bcm5719-llvm-edf7615332801f9c0b41b6e4560f3877df7b63d6.zip |
Whitespace.
llvm-svn: 189020
Diffstat (limited to 'llvm/lib/Support/Windows/Path.inc')
-rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 093f374a29a..95caaa58d7a 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc @@ -793,7 +793,7 @@ mapped_file_region::mapped_file_region(const Twine &path, mapmode mode, uint64_t length, uint64_t offset, - error_code &ec) + error_code &ec) : Mode(mode) , Size(length) , Mapping() @@ -995,7 +995,7 @@ error_code detail::directory_iterator_increment(detail::DirIterState &it) { return error_code::success(); } -error_code map_file_pages(const Twine &path, off_t file_offset, size_t size, +error_code map_file_pages(const Twine &path, off_t file_offset, size_t size, bool map_writable, void *&result) { assert(0 && "NOT IMPLEMENTED"); return windows_error::invalid_function; @@ -1055,7 +1055,7 @@ error_code openFileForWrite(const Twine &Name, int &ResultFD, DWORD CreationDisposition; if (Flags & F_Excl) CreationDisposition = CREATE_NEW; - else if (Flags & F_Append) + else if (Flags & F_Append) CreationDisposition = OPEN_ALWAYS; else CreationDisposition = CREATE_ALWAYS; |