summaryrefslogtreecommitdiffstats
path: root/src/util/ss
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
committerTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
commit02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch)
tree61b9147863cd8be3eff63903dc36cae168254bd5 /src/util/ss
parent162ab371748cba0cc6f172419bd6e71fa04bb878 (diff)
downloadkrb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.gz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.xz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.zip
make mark-cstyle
make reindent git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss')
-rw-r--r--src/util/ss/copyright.h1
-rw-r--r--src/util/ss/error.c4
-rw-r--r--src/util/ss/invocation.c2
-rw-r--r--src/util/ss/list_rqs.c2
-rw-r--r--src/util/ss/listen.c6
-rw-r--r--src/util/ss/mit-sipb-copyright.h1
-rw-r--r--src/util/ss/pager.c4
-rw-r--r--src/util/ss/parse.c2
8 files changed, 10 insertions, 12 deletions
diff --git a/src/util/ss/copyright.h b/src/util/ss/copyright.h
index d118f10bf..07d487f9d 100644
--- a/src/util/ss/copyright.h
+++ b/src/util/ss/copyright.h
@@ -19,4 +19,3 @@ the suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.
*/
-
diff --git a/src/util/ss/error.c b/src/util/ss/error.c
index 72bf989e5..ee2738aef 100644
--- a/src/util/ss/error.c
+++ b/src/util/ss/error.c
@@ -6,7 +6,7 @@
* require a specific license from the United States Government.
* It is the responsibility of any person or organization contemplating
* export to obtain such a license before exporting.
- *
+ *
* WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
* distribute this software and its documentation for any purpose and
* without fee is hereby granted, provided that the above copyright
@@ -38,7 +38,7 @@ char * ss_name(sci_idx)
int sci_idx;
{
register ss_data *infop;
-
+
infop = ss_info(sci_idx);
if (infop->current_request == (char const *)NULL) {
return strdup(infop->subsystem_name);
diff --git a/src/util/ss/invocation.c b/src/util/ss/invocation.c
index f4efe0288..a7e17bd42 100644
--- a/src/util/ss/invocation.c
+++ b/src/util/ss/invocation.c
@@ -6,7 +6,7 @@
* require a specific license from the United States Government.
* It is the responsibility of any person or organization contemplating
* export to obtain such a license before exporting.
- *
+ *
* WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
* distribute this software and its documentation for any purpose and
* without fee is hereby granted, provided that the above copyright
diff --git a/src/util/ss/list_rqs.c b/src/util/ss/list_rqs.c
index fd863bbf4..f7d03c5eb 100644
--- a/src/util/ss/list_rqs.c
+++ b/src/util/ss/list_rqs.c
@@ -58,7 +58,7 @@ ss_list_requests(argc, argv, sci_idx, info_ptr)
sigemptyset(&nmask);
sigaddset(&nmask, SIGINT);
sigprocmask(SIG_BLOCK, &nmask, &omask);
-
+
nsig.sa_handler = SIG_IGN;
sigemptyset(&nsig.sa_mask);
nsig.sa_flags = 0;
diff --git a/src/util/ss/listen.c b/src/util/ss/listen.c
index ae9700757..36f261961 100644
--- a/src/util/ss/listen.c
+++ b/src/util/ss/listen.c
@@ -2,7 +2,7 @@
* Listener loop for subsystem library libss.a.
*
* util/ss/listen.c
- *
+ *
* Copyright 1987, 1988 by MIT Student Information Processing Board
*
* For copyright information, see copyright.h.
@@ -57,7 +57,7 @@ int ss_listen (sci_idx)
RETSIGTYPE (*sig_int)(), (*old_sig_cont)();
int mask;
#endif
-
+
current_info = info = ss_info(sci_idx);
info->abort = 0;
@@ -156,7 +156,7 @@ void ss_abort_subsystem(sci_idx, code)
{
ss_info(sci_idx)->abort = 1;
ss_info(sci_idx)->exit_status = code;
-
+
}
void ss_quit(argc, argv, sci_idx, infop)
diff --git a/src/util/ss/mit-sipb-copyright.h b/src/util/ss/mit-sipb-copyright.h
index d6d5f1edc..5e8ec1731 100644
--- a/src/util/ss/mit-sipb-copyright.h
+++ b/src/util/ss/mit-sipb-copyright.h
@@ -19,4 +19,3 @@ the suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.
*/
-
diff --git a/src/util/ss/pager.c b/src/util/ss/pager.c
index 49e8eb6ed..8e8aeeda4 100644
--- a/src/util/ss/pager.c
+++ b/src/util/ss/pager.c
@@ -29,10 +29,10 @@ extern char *getenv();
void ss_page_stdin();
#ifndef NO_FORK
-int ss_pager_create()
+int ss_pager_create()
{
int filedes[2];
-
+
if (pipe(filedes) != 0)
return(-1);
diff --git a/src/util/ss/parse.c b/src/util/ss/parse.c
index 7ff39512b..28507b1d1 100644
--- a/src/util/ss/parse.c
+++ b/src/util/ss/parse.c
@@ -6,7 +6,7 @@
* require a specific license from the United States Government.
* It is the responsibility of any person or organization contemplating
* export to obtain such a license before exporting.
- *
+ *
* WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
* distribute this software and its documentation for any purpose and
* without fee is hereby granted, provided that the above copyright