Cleanup: clang format

This commit is contained in:
Aaron Carlisle 2022-03-13 00:49:41 -05:00
parent f6b7396610
commit 91dbc28363
2 changed files with 3 additions and 2 deletions

View File

@ -80,7 +80,8 @@ static bool is_single_supported_device(Device *device, DenoiserType type)
if (!device->info.multi_devices.empty()) {
/* Some configurations will use multi_devices, but keep the type of an individual device.
* This does simplify checks for homogeneous setups, but here we really need a single device. */
* This does simplify checks for homogeneous setups, but here we really need a single device.
*/
return false;
}

View File

@ -411,7 +411,7 @@ static void histogram_draw_one(float r,
immVertex2f(pos_attr, x2, y + (data[i] * h));
}
immEnd();
GPU_line_width(1.0f);
}
else {