Bug 1454913 - Remove trailing whitespace from nssckbi.h draft
authorRob Percival <robpercival@google.com>
Wed, 18 Apr 2018 11:27:01 +0100
changeset 784341 a796855edb00efde3cb5f1b2b9a09fa547d8c649
parent 783966 789e30ff2e3d6e1fcfce1a373c1e5635488d24da
push id106895
push userbmo:robpercival@google.com
push dateWed, 18 Apr 2018 11:49:44 +0000
bugs1454913
milestone61.0a1
Bug 1454913 - Remove trailing whitespace from nssckbi.h MozReview-Commit-ID: AV5KX9fDfhR
security/nss/lib/ckfw/builtins/nssckbi.h
--- a/security/nss/lib/ckfw/builtins/nssckbi.h
+++ b/security/nss/lib/ckfw/builtins/nssckbi.h
@@ -27,17 +27,17 @@
  * Please use the following rules when increasing the version number:
  *
  * - starting with version 2.14, NSS_BUILTINS_LIBRARY_VERSION_MINOR
  *   must always be an EVEN number (e.g. 16, 18, 20 etc.)
  *
  * - whenever possible, if older branches require a modification to the
  *   list, these changes should be made on the main line of development (trunk),
  *   and the older branches should update to the most recent list.
- * 
+ *
  * - ODD minor version numbers are reserved to indicate a snapshot that has
  *   deviated from the main line of development, e.g. if it was necessary
  *   to modify the list on a stable branch.
  *   Once the version has been changed to an odd number (e.g. 2.13) on a branch,
  *   it should remain unchanged on that branch, even if further changes are
  *   made on that branch.
  *
  * NSS_BUILTINS_LIBRARY_VERSION_MINOR is a CK_BYTE.  It's not clear