Cleanup comment. The old code creates a warning from
gcc under certain language adherence modes regarding
'multi-line' comments.
git-svn-id: https://edk2.tianocore.org/svn/edk2/trunk@4706
de2fecce-e211-0410-80a6-
f3fac2684e05
if ((Question->Operand == EFI_IFR_PASSWORD_OP) && (Question->QuestionFlags & EFI_IFR_FLAG_CALLBACK)) {
//
// Password with CALLBACK flag is stored in encoded format,
- // so don't need to append it to <ConfigRequest>\
+ // so don't need to append it to <ConfigRequest>
//
return EFI_SUCCESS;
}