Fixed comment spacing

This commit is contained in:
Eran Tiktin 2015-08-22 04:26:09 +03:00
parent b1406fbad9
commit 9232620023

View file

@ -79,8 +79,8 @@ int ShowMessageBoxUTF16(HWND parent,
const base::string16& detail,
const gfx::ImageSkia& icon) {
TASKDIALOG_FLAGS flags =
TDF_SIZE_TO_CONTENT | // Show all content.
TDF_ALLOW_DIALOG_CANCELLATION; // Allow canceling the dialog.
TDF_SIZE_TO_CONTENT | // Show all content.
TDF_ALLOW_DIALOG_CANCELLATION; // Allow canceling the dialog.
TASKDIALOGCONFIG config = { 0 };
config.cbSize = sizeof(config);