Skip to content

Commit

Permalink
ShellPkg/HandleParsingLib: Fix coding style issue
Browse files Browse the repository at this point in the history
Cc: Jaben Carsey <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
  • Loading branch information
dandanbi authored and hwu25 committed Jan 19, 2017
1 parent c326e07 commit a08cdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShellPkg/Include/Library/HandleParsingLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ GetHandleListByProtocolList (
/**
Return all supported GUIDs.
@param[out] Guids The buffer to return all supported GUIDs.
@param[in out] Count On input, the count of GUIDs the buffer can hold,
@param[out] Guids The buffer to return all supported GUIDs.
@param[in, out] Count On input, the count of GUIDs the buffer can hold,
On output, the count of GUIDs to return.
@retval EFI_INVALID_PARAMETER Count is NULL.
Expand Down

0 comments on commit a08cdd2

Please sign in to comment.