[Kimchi-devel] [PATCH][Wok 2/2] Fix whitespace at ui/libs/datatables/js/plugins/ip-address/ip-address.js

Ramon Medeiros ramonn at linux.vnet.ibm.com
Wed Oct 26 17:14:03 UTC 2016


Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
 ui/css/wok.css                                         | 2 +-
 ui/libs/datatables/js/plugins/ip-address/ip-address.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui/css/wok.css b/ui/css/wok.css
index 95d903b..eb910d5 100644
--- a/ui/css/wok.css
+++ b/ui/css/wok.css
@@ -1599,7 +1599,7 @@ input[type=radio].wok-radio + label {
 /*
 * Project Wok
 *
-* Copyright IBM Corp, 2016
+* Copyright IBM Corp, 2015-2016
 *
 * Code derived from Project Kimchi
 *
diff --git a/ui/libs/datatables/js/plugins/ip-address/ip-address.js b/ui/libs/datatables/js/plugins/ip-address/ip-address.js
index 28ff323..4e784f6 100644
--- a/ui/libs/datatables/js/plugins/ip-address/ip-address.js
+++ b/ui/libs/datatables/js/plugins/ip-address/ip-address.js
@@ -3,7 +3,7 @@
  * notation / colon. This can be most useful when using DataTables for a
  * networking application, and reporting information containing IP address.
  *
- *  @name IP addresses 
+ *  @name IP addresses
  *  @summary Sort IP addresses numerically
  *  @author Dominique Fournier
  *  @author Brad Wasson
@@ -100,4 +100,4 @@ jQuery.extend( jQuery.fn.dataTableExt.oSort, {
 	"ip-address-desc": function ( a, b ) {
 		return ((a < b) ? 1 : ((a > b) ? -1 : 0));
 	}
-});
\ No newline at end of file
+});
-- 
2.7.4




More information about the Kimchi-devel mailing list