Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and erjiaqing committed May 15, 2024
1 parent 9b91818 commit 1e7b11e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/lit-icd-app/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,15 @@
#include "AppMain.h"
#include <app-common/zap-generated/ids/Clusters.h>

#include <sys/inotify.h>
#include <sys/types.h>
#include <unistd.h>

using namespace chip;
using namespace chip::app;

int inotifyWatchFd = -1;

pid_t selfPid = 0;

void ApplicationInit() {}

void ApplicationShutdown() {}

void IcdWatchThread()
{

}

int main(int argc, char * argv[])
{
self_pid = getpid();

VerifyOrDie(ChipLinuxAppInit(argc, argv) == 0);
ChipLinuxAppMainLoop();
return 0;
Expand Down

0 comments on commit 1e7b11e

Please sign in to comment.