audk/MdePkg
Eric Dong 64fabae54b MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style
- The edk2 coding style prefers each variable declaration to stand on
  its own line.
- Internal linkage (ie. STATIC) functions have caused problems with
  source level debugging before, so we generally avoid STATIC in MdePkg.
- Even forward declarations of functions should carry full comment
  blocks.
- Nullity checks in controlling expressions should be spelled out
  explicitly, as (Ptr != NULL).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15843 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-20 02:06:12 +00:00
..
Include MdePkg: introduce OrderedCollectionLib library class 2014-08-12 07:28:52 +00:00
Library MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style 2014-08-20 02:06:12 +00:00
Contributions.txt EDK II Packages: Add Contributions.txt and License.txt files 2012-04-11 23:19:46 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00
MdePkg.dec MdePkg: introduce OrderedCollectionLib library class 2014-08-12 07:28:52 +00:00
MdePkg.dsc MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance 2014-08-12 07:29:04 +00:00