summaryrefslogtreecommitdiff
path: root/main/cygload.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-03-22 19:51:16 +0000
committerKinsey Moore <kmoore@digium.com>2012-03-22 19:51:16 +0000
commitc5b3db1956a3db2446b0310b3a7d59961fe3e089 (patch)
tree530b55034f5adfb0c7106ae1194679a031afc888 /main/cygload.c
parent1d1c28ac4b09df2b663123e55239e411b8f5ad26 (diff)
Kill off red blobs in most of main/*
Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/cygload.c')
-rw-r--r--main/cygload.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/cygload.c b/main/cygload.c
index fd8f3d5b6..ea00dbe9c 100644
--- a/main/cygload.c
+++ b/main/cygload.c
@@ -7,15 +7,15 @@
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
* the project provides a web site, mailing lists and IRC
- * channels for your use.
+ * channels for your use.
*
- * This program is free software, distributed under the terms of
+ * This program is free software, distributed under the terms of
* the GNU General Public License Version 2. See the LICENSE file
* at the top of the source tree.
*/
/*! \file
- * \brief
+ * \brief
* Loader for Asterisk under Cygwin/windows.
* Open the dll, locate main, run.
*/