diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-14 22:15:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-14 22:15:41 -0800 |
commit | 6946b9db4429d68038c01feb0a9e209be46599a6 (patch) | |
tree | d7a405c74c8e187287e6ed24b349e3d07887394e /mpi/mpi-config.h | |
parent | c30a96120f53b960db56bc05a7ce6310bb2528f5 (diff) | |
download | txr-6946b9db4429d68038c01feb0a9e209be46599a6.tar.gz txr-6946b9db4429d68038c01feb0a9e209be46599a6.tar.bz2 txr-6946b9db4429d68038c01feb0a9e209be46599a6.zip |
mpi: eliminate trailing whitespace.
* mpi/mpi-config.h: Eliminate several trailing spaces.
* mpi/mpi.c: Eliminate all trailing spaces. Removed some
commented-out code, and adjusted brace placement
and indentation in one place. Also removed some spurious
blank lines.
Diffstat (limited to 'mpi/mpi-config.h')
-rw-r--r-- | mpi/mpi-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h index c227f928..46c29f93 100644 --- a/mpi/mpi-config.h +++ b/mpi/mpi-config.h @@ -2,7 +2,7 @@ /* $Id: mpi-config.h,v 1.1 2004/02/08 04:29:29 sting Exp $ */ /* - For boolean options, + For boolean options, 0 = no 1 = yes |