Skip to content

Commit

Permalink
Remove extra changes.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Feb 22, 2024
1 parent 18dde96 commit 9a432f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/common/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ inline bool Utility::isBSD()
}

}
#endif // UTILITY_H
#endif // UTILITY_H
2 changes: 1 addition & 1 deletion src/common/utility_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@

void Utility::registerUriHandlerForLocalEditing() { /* URI handler is registered via MacOSXBundleInfo.plist.in */ }

} // namespace OCC
} // namespace OCC
2 changes: 1 addition & 1 deletion src/common/utility_unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ void Utility::registerUriHandlerForLocalEditing()
process.waitForFinished();
}

} // namespace OCC
} // namespace OCC
2 changes: 1 addition & 1 deletion src/common/utility_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ Utility::NtfsPermissionLookupRAII::~NtfsPermissionLookupRAII()
qt_ntfs_permission_lookup--;
}

} // namespace OCC
} // namespace OCC

0 comments on commit 9a432f7

Please sign in to comment.