From: scottmk Date: Tue, 16 Mar 2010 12:54:40 +0000 (+0000) Subject: Tidying up white space. No substantive changes. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=22219c0ac90a8fc241ed31cbc408a17c4fc811b4;p=Evergreen.git 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 --- 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: