From e1ec72eab6d00b3ba38e5932bc88920f103b6e4a Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 27 Apr 2018 21:33:17 +0300 Subject: Telegram: initial commit - tdlib moved to telegram dir --- libs/tdlib/td/format.ps1 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 libs/tdlib/td/format.ps1 (limited to 'libs/tdlib/td/format.ps1') diff --git a/libs/tdlib/td/format.ps1 b/libs/tdlib/td/format.ps1 deleted file mode 100644 index f64296cc36..0000000000 --- a/libs/tdlib/td/format.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "dotnet" | ForEach-Object { - clang-format -verbose -style=file -i $_ -} -- cgit v1.2.3