summaryrefslogtreecommitdiff
path: root/edk2/ShellPkg/Library/UefiShellLib
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-04-05 20:55:45 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-04-05 20:55:45 +0000
commit84835a5fa8e6a4650264964443d02df2c35528c9 (patch)
tree0f28a06fc94610d5b278af8ccce7ca4bcbe46058 /edk2/ShellPkg/Library/UefiShellLib
parent7ec395db63fa01451e734dcc3e095063a6e9adb1 (diff)
add comments to function declarations and definitions and updated to match coding style document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@11505 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/ShellPkg/Library/UefiShellLib')
-rw-r--r--edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.h b/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.h
index 9baa3e45b..32f1c6596 100644
--- a/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.h
+++ b/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.h
@@ -12,7 +12,7 @@
**/
-#if !defined (_UEFI_SHELL_LIB_INTERNAL_H_)
+#ifndef _UEFI_SHELL_LIB_INTERNAL_H_
#define _UEFI_SHELL_LIB_INTERNAL_H_
#include <Uefi.h>