summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
diff options
context:
space:
mode:
authorlgr <lgr@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-01 21:35:11 +0000
committerlgr <lgr@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-01 21:35:11 +0000
commit412fb9ef2d5389a7ad1735ac8187ac2f72103fbc (patch)
tree0a5f975976c505e3d260b83fc0cef73e934a5809 /IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
parentb4420c36071da62bbe3c21e7cbbbca6cc6cb5019 (diff)
downloadedk2-platforms-412fb9ef2d5389a7ad1735ac8187ac2f72103fbc.tar.xz
tabs were set incorrectly in previous check in
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8709 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h b/IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
index 78c6ff844f..ae2ed464eb 100644
--- a/IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
+++ b/IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
@@ -131,17 +131,17 @@ EFI_STATUS
// Interface structure for the SMM Standby Button SMI Dispatch Protocol
//
/**
- This protocol provices the parent dispatch service for the standby button SMI source generator.
- Provides the ability to install child handlers for the given event types.
+ This protocol provices the parent dispatch service for the standby button SMI source generator.
+ Provides the ability to install child handlers for the given event types.
**/
struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL {
- ///
+ ///
/// Installs a child service to be dispatched by this protocol.
///
EFI_SMM_STANDBY_BUTTON_REGISTER Register;\
- ///
- /// Removes a child service dispatched by this protocol.
- ///
+ ///
+ /// Removes a child service dispatched by this protocol.
+ ///
EFI_SMM_STANDBY_BUTTON_UNREGISTER UnRegister;
};