1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-30 22:56:22 +00:00

Fix clang-format

This commit is contained in:
Carles Fernandez 2023-06-07 17:44:46 +02:00
parent 84cc4c79ab
commit ddbbcd8d97
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -381,7 +381,6 @@ std::vector<uint8_t> Gnss_Crypto::readPublicKeyFromPEM(const std::string& filePa
} }
// // bool signature(const std::vector<uint8_t>& publicKey, const std::vector<uint8_t>& digest, std::vector<uint8_t>& signature) // // bool signature(const std::vector<uint8_t>& publicKey, const std::vector<uint8_t>& digest, std::vector<uint8_t>& signature)
// // { // // {
// // bool success = false; // // bool success = false;