summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-03-08 11:26:24 -0800
committerDaniel DeLeo <dan@opscode.com>2011-03-08 11:26:24 -0800
commit035565eda9dc2317cc72bcb6bbf8644054ec4aad (patch)
tree441896f5af03e42426b040fbf477c8a9645267ad
parent2f6464d4267351ebdc17b868baa77fee9461cbf4 (diff)
downloadchef-035565eda9dc2317cc72bcb6bbf8644054ec4aad.tar.gz
purge whitespace
-rw-r--r--chef/lib/chef/exceptions.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/chef/lib/chef/exceptions.rb b/chef/lib/chef/exceptions.rb
index 741aef521e..74de82d952 100644
--- a/chef/lib/chef/exceptions.rb
+++ b/chef/lib/chef/exceptions.rb
@@ -7,9 +7,9 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -26,11 +26,11 @@ class Chef
class Env < RuntimeError; end
class Exec < RuntimeError; end
class ErlCall < RuntimeError; end
- class FileNotFound < RuntimeError; end
+ class FileNotFound < RuntimeError; end
class Package < RuntimeError; end
class Service < RuntimeError; end
class Route < RuntimeError; end
- class SearchIndex < RuntimeError; end
+ class SearchIndex < RuntimeError; end
class Override < RuntimeError; end
class UnsupportedAction < RuntimeError; end
class MissingLibrary < RuntimeError; end