Fix missing space in docstring.
PiperOrigin-RevId: 485337309
This commit is contained in:
parent
e4899c8207
commit
60a19f4fe2
|
@ -58,7 +58,7 @@ absl::Status FillTimeSeriesHeaderIfValid(const Packet& header_packet,
|
||||||
absl::Status FillMultiStreamTimeSeriesHeaderIfValid(
|
absl::Status FillMultiStreamTimeSeriesHeaderIfValid(
|
||||||
const Packet& header_packet, MultiStreamTimeSeriesHeader* header);
|
const Packet& header_packet, MultiStreamTimeSeriesHeader* header);
|
||||||
|
|
||||||
// Returnsabsl::Status::OK iff options contains an extension of type
|
// Returns absl::Status::OK iff options contains an extension of type
|
||||||
// OptionsClass.
|
// OptionsClass.
|
||||||
template <typename OptionsClass>
|
template <typename OptionsClass>
|
||||||
absl::Status HasOptionsExtension(const CalculatorOptions& options) {
|
absl::Status HasOptionsExtension(const CalculatorOptions& options) {
|
||||||
|
@ -75,7 +75,7 @@ absl::Status HasOptionsExtension(const CalculatorOptions& options) {
|
||||||
return absl::InvalidArgumentError(error_message);
|
return absl::InvalidArgumentError(error_message);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returnsabsl::Status::OK if the shape of 'matrix' is consistent
|
// Returns absl::Status::OK if the shape of 'matrix' is consistent
|
||||||
// with the num_samples and num_channels fields present in 'header'.
|
// with the num_samples and num_channels fields present in 'header'.
|
||||||
// The corresponding matrix dimensions of unset header fields are
|
// The corresponding matrix dimensions of unset header fields are
|
||||||
// ignored, so e.g. an empty header (which is not valid according to
|
// ignored, so e.g. an empty header (which is not valid according to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user