summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_SystemSlotContainerProvider.c
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
commit97d3041f1e38dfcc931d0e495c0e1c66497cf09c (patch)
treed56f207fb9ca08a4eccfbd406b609ae4402e5c5a /src/hardware/LMI_SystemSlotContainerProvider.c
parent785bc9bf7e4ba5ba60477fd09974377c4cf48b10 (diff)
downloadopenlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.gz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.xz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.zip
Remove trailing spaces
This patch removes trailing spaces from source files.
Diffstat (limited to 'src/hardware/LMI_SystemSlotContainerProvider.c')
-rw-r--r--src/hardware/LMI_SystemSlotContainerProvider.c82
1 files changed, 41 insertions, 41 deletions
diff --git a/src/hardware/LMI_SystemSlotContainerProvider.c b/src/hardware/LMI_SystemSlotContainerProvider.c
index ab91e0f..b575421 100644
--- a/src/hardware/LMI_SystemSlotContainerProvider.c
+++ b/src/hardware/LMI_SystemSlotContainerProvider.c
@@ -31,15 +31,15 @@ static void LMI_SystemSlotContainerInitialize(const CMPIContext *ctx)
lmi_init(provider_name, _cb, ctx, provider_config_defaults);
}
-static CMPIStatus LMI_SystemSlotContainerCleanup(
+static CMPIStatus LMI_SystemSlotContainerCleanup(
CMPIInstanceMI* mi,
- const CMPIContext* cc,
+ const CMPIContext* cc,
CMPIBoolean term)
{
CMReturn(CMPI_RC_OK);
}
-static CMPIStatus LMI_SystemSlotContainerEnumInstanceNames(
+static CMPIStatus LMI_SystemSlotContainerEnumInstanceNames(
CMPIInstanceMI* mi,
const CMPIContext* cc,
const CMPIResult* cr,
@@ -49,12 +49,12 @@ static CMPIStatus LMI_SystemSlotContainerEnumInstanceNames(
_cb, mi, cc, cr, cop);
}
-static CMPIStatus LMI_SystemSlotContainerEnumInstances(
+static CMPIStatus LMI_SystemSlotContainerEnumInstances(
CMPIInstanceMI* mi,
- const CMPIContext* cc,
- const CMPIResult* cr,
- const CMPIObjectPath* cop,
- const char** properties)
+ const CMPIContext* cc,
+ const CMPIResult* cr,
+ const CMPIObjectPath* cop,
+ const char** properties)
{
LMI_SystemSlotContainer lmi_slot_container;
LMI_SystemSlotRef lmi_slot;
@@ -100,62 +100,62 @@ done:
CMReturn(CMPI_RC_OK);
}
-static CMPIStatus LMI_SystemSlotContainerGetInstance(
- CMPIInstanceMI* mi,
+static CMPIStatus LMI_SystemSlotContainerGetInstance(
+ CMPIInstanceMI* mi,
const CMPIContext* cc,
- const CMPIResult* cr,
- const CMPIObjectPath* cop,
- const char** properties)
+ const CMPIResult* cr,
+ const CMPIObjectPath* cop,
+ const char** properties)
{
return KDefaultGetInstance(
_cb, mi, cc, cr, cop, properties);
}
-static CMPIStatus LMI_SystemSlotContainerCreateInstance(
- CMPIInstanceMI* mi,
- const CMPIContext* cc,
- const CMPIResult* cr,
- const CMPIObjectPath* cop,
- const CMPIInstance* ci)
+static CMPIStatus LMI_SystemSlotContainerCreateInstance(
+ CMPIInstanceMI* mi,
+ const CMPIContext* cc,
+ const CMPIResult* cr,
+ const CMPIObjectPath* cop,
+ const CMPIInstance* ci)
{
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_SystemSlotContainerModifyInstance(
- CMPIInstanceMI* mi,
- const CMPIContext* cc,
- const CMPIResult* cr,
+static CMPIStatus LMI_SystemSlotContainerModifyInstance(
+ CMPIInstanceMI* mi,
+ const CMPIContext* cc,
+ const CMPIResult* cr,
const CMPIObjectPath* cop,
- const CMPIInstance* ci,
- const char**properties)
+ const CMPIInstance* ci,
+ const char**properties)
{
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_SystemSlotContainerDeleteInstance(
- CMPIInstanceMI* mi,
- const CMPIContext* cc,
- const CMPIResult* cr,
- const CMPIObjectPath* cop)
+static CMPIStatus LMI_SystemSlotContainerDeleteInstance(
+ CMPIInstanceMI* mi,
+ const CMPIContext* cc,
+ const CMPIResult* cr,
+ const CMPIObjectPath* cop)
{
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
static CMPIStatus LMI_SystemSlotContainerExecQuery(
- CMPIInstanceMI* mi,
- const CMPIContext* cc,
- const CMPIResult* cr,
- const CMPIObjectPath* cop,
- const char* lang,
- const char* query)
+ CMPIInstanceMI* mi,
+ const CMPIContext* cc,
+ const CMPIResult* cr,
+ const CMPIObjectPath* cop,
+ const char* lang,
+ const char* query)
{
CMReturn(CMPI_RC_ERR_NOT_SUPPORTED);
}
-static CMPIStatus LMI_SystemSlotContainerAssociationCleanup(
+static CMPIStatus LMI_SystemSlotContainerAssociationCleanup(
CMPIAssociationMI* mi,
- const CMPIContext* cc,
- CMPIBoolean term)
+ const CMPIContext* cc,
+ CMPIBoolean term)
{
CMReturn(CMPI_RC_OK);
}
@@ -248,13 +248,13 @@ static CMPIStatus LMI_SystemSlotContainerReferenceNames(
role);
}
-CMInstanceMIStub(
+CMInstanceMIStub(
LMI_SystemSlotContainer,
LMI_SystemSlotContainer,
_cb,
LMI_SystemSlotContainerInitialize(ctx))
-CMAssociationMIStub(
+CMAssociationMIStub(
LMI_SystemSlotContainer,
LMI_SystemSlotContainer,
_cb,