Skip to content

Commit

Permalink
TSS: Auto-generated code formatting cleaned up: 1) gratuitous spaces …
Browse files Browse the repository at this point in the history
…in empty lines removed; 2) missing spaces and new lines added in TSS.Net.
  • Loading branch information
amarochk committed Aug 28, 2020
1 parent ee4ec6f commit dac6a15
Show file tree
Hide file tree
Showing 407 changed files with 14,734 additions and 14,690 deletions.
2 changes: 1 addition & 1 deletion TSS.CPP/Src/TpmTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ struct UnionFactory
throw runtime_error("UnionFactory::Create(): Unknown union type " + string(typeid(U).name()));
throw runtime_error("Unknown selector value" + to_string(selector) + " for union " + string(typeid(U).name()));
} // Create()

}; // class UnionFactory

void TPM_HANDLE::toTpm(TpmBuffer& buf) const { buf.writeInt(handle); }
Expand Down
730 changes: 365 additions & 365 deletions TSS.CPP/include/Tpm2.h

Large diffs are not rendered by default.

Loading

0 comments on commit dac6a15

Please sign in to comment.