diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-02 10:06:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-02 10:06:13 +0200 |
| commit | b3888ff9e2c18da6b73a57f453f7ad36fea61b7b (patch) | |
| tree | 1c2c6da3f8fba030222f7505f73a104eaf9e17cf /tools | |
| parent | 9b7082353e9f7bd4d3ae077959de553f437316db (diff) | |
[ META ] Update formating.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/drvsign.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/drvsign.cxx b/tools/drvsign.cxx index 28001208..ad3eee67 100644 --- a/tools/drvsign.cxx +++ b/tools/drvsign.cxx @@ -56,8 +56,8 @@ int main(int argc, char* argv[]) } if (!std::filesystem::exists(argv[1]) || - !std::string(argv[1]).ends_with(kDriverExt)) - return -1; + !std::string(argv[1]).ends_with(kDriverExt)) + return -1; details::SIGNED_DRIVER_HEADER sig{0}; |
