Skip to content

Commit

Permalink
indentation fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Dec 6, 2021
1 parent e1238a3 commit 49c470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mtp_datasets.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int build_deviceinfo_dataset(mtp_ctx * ctx, void * buffer, int maxsize)

ofs = poke_string(buffer, ofs, maxsize, ctx->usb_cfg.usb_string_manufacturer); // Manufacturer
ofs = poke_string(buffer, ofs, maxsize, ctx->usb_cfg.usb_string_product); // Model
ofs = poke_string(buffer, ofs, maxsize, ctx->usb_cfg.usb_string_version); // Device Version
ofs = poke_string(buffer, ofs, maxsize, ctx->usb_cfg.usb_string_version); // Device Version
ofs = poke_string(buffer, ofs, maxsize, ctx->usb_cfg.usb_string_serial); // Serial Number

return ofs;
Expand Down

0 comments on commit 49c470a

Please sign in to comment.