Skip to content
Snippets Groups Projects
Commit d55dad69 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

STY: Auto-format

parent 530cc397
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!54Resolve "Windows: Linker errors with protobuf-generated code"
Pipeline #55015 passed with warnings
Pipeline: caosdb-cppinttest

#55016

    ......@@ -19,7 +19,7 @@
    */
    #include "linkahead/transaction.h"
    #include "caosdb/entity/v1/main.pb.h" // for EntityTransac...
    #include "caosdb/entity/v1/main.grpc.pb.h" // for TransactionRe...
    #include "caosdb/entity/v1/main.grpc.pb.h" // for TransactionRe...
    #include "linkahead/file_transmission/download_request_handler.h" // Download...
    #include "linkahead/file_transmission/file_reader.h" // for path
    #include "linkahead/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler
    ......
    ......@@ -20,17 +20,17 @@
    * along with this program. If not, see <https://www.gnu.org/licenses/>.
    *
    */
    #include "linkahead/data_type.h" // for DataType, AtomicDat...
    #include "linkahead/entity.h" // for Entity, Property
    #include "caosdb/entity/v1/main.pb.h" // for EntityTransactionSe...
    #include "caosdb/entity/v1/main.grpc.pb.h" // for IdResponse, Message
    #include "linkahead/message_code.h" // for MessageCode, ENTITY...
    #include "linkahead/protobuf_helper.h" // for get_arena
    #include "linkahead/status_code.h" // for StatusCode, FILE_DO...
    #include "linkahead/transaction.h" // for Transaction
    #include "linkahead/value.h" // for Value
    #include "linkahead_test_utility.h" // for TEST_DATA_DIR
    #include <google/protobuf/arena.h> // for Arena
    #include "linkahead/data_type.h" // for DataType, AtomicDat...
    #include "linkahead/entity.h" // for Entity, Property
    #include "caosdb/entity/v1/main.pb.h" // for EntityTransactionSe...
    #include "caosdb/entity/v1/main.grpc.pb.h" // for IdResponse, Message
    #include "linkahead/message_code.h" // for MessageCode, ENTITY...
    #include "linkahead/protobuf_helper.h" // for get_arena
    #include "linkahead/status_code.h" // for StatusCode, FILE_DO...
    #include "linkahead/transaction.h" // for Transaction
    #include "linkahead/value.h" // for Value
    #include "linkahead_test_utility.h" // for TEST_DATA_DIR
    #include <google/protobuf/arena.h> // for Arena
    #include <gtest/gtest.h>
    #include <gtest/gtest-message.h> // for Message
    #include <gtest/gtest-test-part.h> // for TestPartResult, Sui...
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment