removed trailing whitespace
[xboard.git] / uci.c
diff --git a/uci.c b/uci.c
index 17145a7..4a6c177 100644 (file)
--- a/uci.c
+++ b/uci.c
@@ -20,7 +20,7 @@
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program. If not, see http://www.gnu.org/licenses/. 
+ * along with this program. If not, see http://www.gnu.org/licenses/.
  *
  * ------------------------------------------------------------------------
  */
@@ -31,7 +31,7 @@
 
 #include "common.h"
 #include "backend.h"
-Boolean GetArgValue(char *a);                          
+Boolean GetArgValue(char *a);
 
 void
 InitEngineUCI (const char *iniDir, ChessProgramState *cps)