minor fix

This commit is contained in:
Changho Hwang
2023-04-11 05:01:39 +00:00
parent 1bfa8d4034
commit 69b5bdfd13
2 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ MSCLLPPTESTBINS := $(MSCLLPPTESTBINFILESLIST:%=$(BUILDDIR)/$(BINDIR)/$(T
INCLUDE := -Isrc -Isrc/include
.PHONY: all build lib tests mscclpp_test clean
.PHONY: all build lib unittests tests mscclpp-test cpplint cpplint-autofix cpplint-file-autofix clean
all: build

View File

@@ -29,8 +29,8 @@ struct alignas(16) mscclppDevConnSignalEpochId
uint64_t proxy;
};
struct mscclppBaseConn {
struct mscclppBaseConn
{
int remoteRank;
int tag;