From 22219c0ac90a8fc241ed31cbc408a17c4fc811b4 Mon Sep 17 00:00:00 2001 From: scottmk Date: Tue, 16 Mar 2010 12:54:40 +0000 Subject: [PATCH] Tidying up white space. No substantive changes. M Open-ILS/src/c-apps/oils_auth.c git-svn-id: svn://svn.open-ils.org/ILS/trunk@15853 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/c-apps/oils_auth.c | 211 ++++++++++++++++---------------- 1 file changed, 107 insertions(+), 104 deletions(-) diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c index 5f75c3b1e3..cf12d3af7e 100644 --- a/Open-ILS/src/c-apps/oils_auth.c +++ b/Open-ILS/src/c-apps/oils_auth.c @@ -27,41 +27,41 @@ int osrfAppInitialize() { osrfLogInfo(OSRF_LOG_MARK, "Initializing Auth Server..."); - /* load and parse the IDL */ + /* load and parse the IDL */ if (!oilsInitIDL(NULL)) return 1; /* return non-zero to indicate error */ - osrfAppRegisterMethod( - MODULENAME, - "open-ils.auth.authenticate.init", - "oilsAuthInit", + osrfAppRegisterMethod( + MODULENAME, + "open-ils.auth.authenticate.init", + "oilsAuthInit", "Start the authentication process and returns the intermediate authentication seed" " PARAMS( username )", 1, 0 ); - osrfAppRegisterMethod( - MODULENAME, - "open-ils.auth.authenticate.complete", - "oilsAuthComplete", + osrfAppRegisterMethod( + MODULENAME, + "open-ils.auth.authenticate.complete", + "oilsAuthComplete", "Completes the authentication process. Returns an object like so: " "{authtoken : , authtime: