diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:03:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:03:00 -0700 |
commit | 4708d636de50281ab2c52c32b81b7ecb67657820 (patch) | |
tree | f6462af5b5dc4936012b432132db180a9aafa270 /src/sm_error.c | |
parent | 44eecd93986368e71c404d8faa264a514bf88ab1 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/sm_error.c')
-rw-r--r-- | src/sm_error.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sm_error.c b/src/sm_error.c index 0714943..29f6e45 100644 --- a/src/sm_error.c +++ b/src/sm_error.c @@ -273,12 +273,12 @@ _SmsDefaultErrorHandler(SmsConn smsConn, Bool swap, int offendingMinorOpcode, -/* +/* * This procedure sets the Smc error handler to be the specified * routine. If NULL is passed in the default error handler is restored. * The function's return value is the previous error handler. */ - + SmcErrorHandler SmcSetErrorHandler(SmcErrorHandler handler) { @@ -294,12 +294,12 @@ SmcSetErrorHandler(SmcErrorHandler handler) -/* +/* * This procedure sets the Sms error handler to be the specified * routine. If NULL is passed in the default error handler is restored. * The function's return value is the previous error handler. */ - + SmsErrorHandler SmsSetErrorHandler(SmsErrorHandler handler) { |