File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,11 @@ class LLVM_ABI file_status : public basic_file_status {
230230 dev_t fs_st_dev = 0 ;
231231 nlink_t fs_st_nlinks = 0 ;
232232 ino_t fs_st_ino = 0 ;
233- #elif defined (_WIN32)
233+ #elif defined(_WIN32)
234234 uint32_t NumLinks = 0 ;
235235 uint32_t VolumeSerialNumber = 0 ;
236236 uint64_t PathHash = 0 ;
237- #endif
237+ #endif
238238
239239public:
240240 file_status () = default ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class FileRemover {
7474 // / releaseFile - Take ownership of the file away from the FileRemover so it
7575 // / will not be removed when the object is destroyed.
7676 void releaseFile () { DeleteIt = false ; }
77- };
77+ };
7878
7979 // / FilePermssionsApplier helps to copy permissions from an input file to
8080 // / an output one. It memorizes the status of the input file and can apply
You can’t perform that action at this time.
0 commit comments