summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Hoogeveen <emanuel.hoogeveen@gmail.com>2013-08-01 12:45:31 -0700
committerEmanuel Hoogeveen <emanuel.hoogeveen@gmail.com>2013-08-01 12:45:31 -0700
commit49d1a71106beb6bd2919a7da34d92a51c702a860 (patch)
tree454cef1df935fc1d51cf297eaaf991bfcdedb0ed
parentafbf98bf5824f89732bdd868ece59cbc912f76df (diff)
downloadnss-hg-49d1a71106beb6bd2919a7da34d92a51c702a860.tar.gz
Bug 890714 - Fix mixed line endings. r=wtc
-rw-r--r--cmd/lib/ffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/lib/ffs.c b/cmd/lib/ffs.c
index 5b62123db..8456181e9 100644
--- a/cmd/lib/ffs.c
+++ b/cmd/lib/ffs.c
@@ -1,7 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#if !defined(XP_UNIX) && !defined(XP_OS2)
+#if !defined(XP_UNIX) && !defined(XP_OS2)
int ffs( unsigned int i)
{