Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(161)

Unified Diff: lib/nss/nssver.c

Issue 201830043: Bug 1118245 - Apply uniform style across NSS
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/nss/nssinit.c ('k') | lib/nss/utilwrap.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/nss/nssver.c
===================================================================
--- a/lib/nss/nssver.c
+++ b/lib/nss/nssver.c
@@ -13,12 +13,12 @@
#endif
/*
* Version information for the 'ident' and 'what commands
*
* NOTE: the first component of the concatenated rcsid string
* must not end in a '$' to prevent rcs keyword substitution.
*/
-const char __nss_base_rcsid[] = "$Header: NSS " NSS_VERSION _DEBUG_STRING
- " " __DATE__ " " __TIME__ " $";
-const char __nss_base_sccsid[] = "@(#)NSS " NSS_VERSION _DEBUG_STRING
- " " __DATE__ " " __TIME__;
+const char __nss_base_rcsid[] =
+ "$Header: NSS " NSS_VERSION _DEBUG_STRING " " __DATE__ " " __TIME__ " $";
+const char __nss_base_sccsid[] =
+ "@(#)NSS " NSS_VERSION _DEBUG_STRING " " __DATE__ " " __TIME__;
« no previous file with comments | « lib/nss/nssinit.c ('k') | lib/nss/utilwrap.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b