-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New P4Orch development. #2425
New P4Orch development. #2425
Conversation
@prsunny |
Hi @prsunny, can you please take a look? |
@prsunny |
class ResponsePublisherInterface { | ||
public: | ||
virtual ~ResponsePublisherInterface() = default; | ||
class ResponsePublisherInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this file is not changed but added with some tabspace? Do you want to revert this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We ran clang-format using Microsoft style. This matches other p4orch codes and the SONiC codes.
I think we should make this change to keep the style consistent.
I can create a different PR for this if you need. Otherwise, we can keep the change here.
Change-Id: Ia2328c148068e60bb8eef57c41c55286806be680
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Upstream new development on p4orch:
Co-authored-by: Runming Wu runmingwu@google.com
Co-authored-by: Yilan Ji yilanji@google.com
Co-authored-by: Manali Kumar manalikumar@google.com