From 72f3375b7b11c25af8605a17f52db3130f22a4a8 Mon Sep 17 00:00:00 2001 From: Matthew Lam Date: Thu, 24 Oct 2024 18:35:08 +0000 Subject: [PATCH] Fix odd white spacing in p4runtime.proto Signed-off-by: Matthew Lam --- proto/p4/v1/p4runtime.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/p4/v1/p4runtime.proto b/proto/p4/v1/p4runtime.proto index bdb4497c..a2900cd3 100755 --- a/proto/p4/v1/p4runtime.proto +++ b/proto/p4/v1/p4runtime.proto @@ -450,8 +450,8 @@ message PacketReplicationEngineEntry { // A backup replica used as a fallback port for a replica. message BackupReplica { // Added in v1.5.0. - bytes port = 1; - uint32 instance = 2; + bytes port = 1; + uint32 instance = 2; } // Used for replicas created for cloning and multicasting actions.