aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederated Compute Team <federated-compute-team@google.com>2024-04-01 21:59:32 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-01 22:00:34 -0700
commitb1307f57537bbb17432feac04f661e5302bff0c8 (patch)
tree93f46e7410cd948fd3be7ec3e36a18d400cb6a2d
parent0416c66ab80f7809333148dd535963f32ba4a8d2 (diff)
downloadfederated-compute-b1307f57537bbb17432feac04f661e5302bff0c8.tar.gz
Automated code cleanup
PiperOrigin-RevId: 621051178
-rw-r--r--fcp/base/compression.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fcp/base/compression.h b/fcp/base/compression.h
index 146d70a..a59fd40 100644
--- a/fcp/base/compression.h
+++ b/fcp/base/compression.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef FCP_BASE_COMPRESION_H_
-#define FCP_BASE_COMPRESION_H_
+#ifndef FCP_BASE_COMPRESSION_H_
+#define FCP_BASE_COMPRESSION_H_
#include "absl/status/statusor.h"
#include "absl/strings/cord.h"
@@ -30,4 +30,4 @@ absl::StatusOr<absl::Cord> UncompressWithGzip(
} // namespace fcp
-#endif // FCP_BASE_COMPRESION_H_
+#endif // FCP_BASE_COMPRESSION_H_