MdeModulePkg: Remove trailing white space
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1144 Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
@@ -765,7 +765,7 @@ GetFmpHandleBufferByType (
|
||||
MatchedHandleBuffer[MatchedNumberOfHandles] = HandleBuffer[Index];
|
||||
}
|
||||
if (MatchedResetRequiredBuffer != NULL) {
|
||||
MatchedResetRequiredBuffer[MatchedNumberOfHandles] = (((TempFmpImageInfo->AttributesSupported &
|
||||
MatchedResetRequiredBuffer[MatchedNumberOfHandles] = (((TempFmpImageInfo->AttributesSupported &
|
||||
IMAGE_ATTRIBUTE_RESET_REQUIRED) != 0) &&
|
||||
((TempFmpImageInfo->AttributesSetting &
|
||||
IMAGE_ATTRIBUTE_RESET_REQUIRED) != 0));
|
||||
|
Reference in New Issue
Block a user