Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Aug 21, 2023
1 parent 1bd056d commit aad3a8b
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 134 deletions.
192 changes: 86 additions & 106 deletions jobs/source/IotJobsClient.cpp

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions jobs/source/JobExecutionData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ namespace Aws
}
}

JobExecutionData::JobExecutionData(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
JobExecutionData::JobExecutionData(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

JobExecutionData &JobExecutionData::operator=(const Crt::JsonView &doc)
{
Expand Down
5 changes: 1 addition & 4 deletions jobs/source/JobExecutionState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ namespace Aws
}
}

JobExecutionState::JobExecutionState(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
JobExecutionState::JobExecutionState(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

JobExecutionState &JobExecutionState::operator=(const Crt::JsonView &doc)
{
Expand Down
5 changes: 1 addition & 4 deletions jobs/source/JobExecutionSummary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ namespace Aws
}
}

JobExecutionSummary::JobExecutionSummary(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
JobExecutionSummary::JobExecutionSummary(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

JobExecutionSummary &JobExecutionSummary::operator=(const Crt::JsonView &doc)
{
Expand Down
5 changes: 1 addition & 4 deletions jobs/source/JobExecutionsChangedEvent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ namespace Aws
}
}

JobExecutionsChangedEvent::JobExecutionsChangedEvent(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
JobExecutionsChangedEvent::JobExecutionsChangedEvent(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

JobExecutionsChangedEvent &JobExecutionsChangedEvent::operator=(const Crt::JsonView &doc)
{
Expand Down
5 changes: 1 addition & 4 deletions jobs/source/RejectedError.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ namespace Aws
}
}

RejectedError::RejectedError(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
RejectedError::RejectedError(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

RejectedError &RejectedError::operator=(const Crt::JsonView &doc)
{
Expand Down
5 changes: 1 addition & 4 deletions jobs/source/UpdateJobExecutionRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ namespace Aws
}
}

UpdateJobExecutionRequest::UpdateJobExecutionRequest(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
UpdateJobExecutionRequest::UpdateJobExecutionRequest(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

UpdateJobExecutionRequest &UpdateJobExecutionRequest::operator=(const Crt::JsonView &doc)
{
Expand Down
5 changes: 1 addition & 4 deletions jobs/source/UpdateJobExecutionResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ namespace Aws
}
}

UpdateJobExecutionResponse::UpdateJobExecutionResponse(const Crt::JsonView &doc)
{
LoadFromObject(*this, doc);
}
UpdateJobExecutionResponse::UpdateJobExecutionResponse(const Crt::JsonView &doc) { LoadFromObject(*this, doc); }

UpdateJobExecutionResponse &UpdateJobExecutionResponse::operator=(const Crt::JsonView &doc)
{
Expand Down

0 comments on commit aad3a8b

Please sign in to comment.