Skip to content

Commit b529d0e

Browse files
committed
clang-format
1 parent 25a86f2 commit b529d0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/acl_hal_mmd.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ static bool l_is_simulator_dispatch(acl_mmd_dispatch_t *mmd_dispatch) {
10161016
}
10171017

10181018
static void l_update_simulator(int handle, unsigned int physical_device_id,
1019-
const acl_device_def_autodiscovery_t &dev) {
1019+
const acl_device_def_autodiscovery_t &dev) {
10201020
std::vector<aocl_mmd_memory_info_t> mem_info(dev.num_global_mem_systems);
10211021
for (unsigned i = 0; i < mem_info.size(); ++i) {
10221022
mem_info[i].start =
@@ -1881,8 +1881,8 @@ int acl_hal_mmd_program_device(unsigned int physical_device_id,
18811881

18821882
// Tell the simulator (if present) about global memory sizes.
18831883
if (is_simulator) {
1884-
l_update_simulator(device_info[physical_device_id].handle, physical_device_id,
1885-
devdef->autodiscovery_def);
1884+
l_update_simulator(device_info[physical_device_id].handle,
1885+
physical_device_id, devdef->autodiscovery_def);
18861886
}
18871887

18881888
device_info[physical_device_id].mmd_dispatch->aocl_mmd_set_status_handler(

0 commit comments

Comments
 (0)