Skip to content

Commit

Permalink
Clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
asahtik committed Nov 13, 2023
1 parent 6d71e82 commit 57f3946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/depthai/device/DeviceBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ class DeviceBase {
* @param pathToCmd Path to custom device firmware
* @param dumpOnly If true only the minimal connection is established to retrieve the crash dump
*/
DeviceBase(Config config, const DeviceInfo& devInfo, const dai::Path& pathToCmd, bool dumpOnly=false);
DeviceBase(Config config, const DeviceInfo& devInfo, const dai::Path& pathToCmd, bool dumpOnly = false);

/**
* Device destructor
Expand Down

0 comments on commit 57f3946

Please sign in to comment.