From dbc065606783a14e0f2fcf25295222538717478e Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 7 Jun 2024 10:06:29 +0000 Subject: [PATCH] fix indent git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@183 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Client/client.c | 12 ++++++------ PKGBUILD | 4 ++-- increment-PKGBUILD | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Client/client.c b/Client/client.c index 30662e6..5a6dda7 100644 --- a/Client/client.c +++ b/Client/client.c @@ -100,12 +100,12 @@ int main(int argc, char** argv) { printf("Usage: %s [options] database\n", argv[0]); printf("You can use double-dash or slash for long-format flag, and single-dash or slash for short-foramt flag.\n"); printf("Options:\n"); - printf("\t-V --version Show the version\n"); - printf("\t-NC --noclear Do not clear the screen on the startup\n"); - printf("\t-NB --nobanner Do not show the banner on the startup\n"); - printf("\t-NL --nolog Do not show the log\n"); - printf("\t-q --quiet Same with -NC -NB -NL\n"); - printf("\t-f --file [path] Run the [path] as the script file\n"); + printf("\t-V --version Show the version\n"); + printf("\t-NC --noclear Do not clear the screen on the startup\n"); + printf("\t-NB --nobanner Do not show the banner on the startup\n"); + printf("\t-NL --nolog Do not show the log\n"); + printf("\t-q --quiet Same with -NC -NB -NL\n"); + printf("\t-f --file [path] Run the [path] as the script file\n"); return 0; } else { fprintf(stderr, "%s: %s: invalid option\n", argv[0], argv[i]); diff --git a/PKGBUILD b/PKGBUILD index b4e2d0f..1a15fd2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,9 +5,9 @@ pkgver='0.1.0' pkgdesc='Database System' arch=('i686' 'x86_64') license=('BSD') -pkgrel='23' +pkgrel='24' makedepends=('byacc') -source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=182') +source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=183') sha256sums=('SKIP') build() { diff --git a/increment-PKGBUILD b/increment-PKGBUILD index a45fd52..7273c0f 100644 --- a/increment-PKGBUILD +++ b/increment-PKGBUILD @@ -1 +1 @@ -24 +25 -- 2.43.0