[www-pubs] r205239 - Removed extraneous spaces.

John Criswell criswell at uiuc.edu
Mon Mar 31 11:57:28 PDT 2014


Author: criswell
Date: Mon Mar 31 13:57:28 2014
New Revision: 205239

URL: http://llvm.org/viewvc/llvm-project?rev=205239&view=rev
Log:
Removed extraneous spaces.
No real content changes.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=205239&r1=205238&r2=205239&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Mar 31 13:57:28 2014
@@ -4,7 +4,7 @@ var PUBS =
 [
   { url: "http://sva.cs.illinois.edu/pubs/KCoFI-Oakland-2014.pdf",
     author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
-    title: "KCoFI: Complete Control-Flow Integrity for Commodity Operating System Kernels ",
+    title: "KCoFI: Complete Control-Flow Integrity for Commodity Operating System Kernels",
     published: "Proceedings of the Thirty Fifth IEEE Symposium on Security and Privacy (Oakland 2014)",
     month: 5,
     year: 2014,
@@ -12,7 +12,7 @@ var PUBS =
 
   { url: "http://sva.cs.illinois.edu/pubs/VirtualGhost-ASPLOS-2014.pdf",
     author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
-    title: "Virtual Ghost: Protecting Applications from Hostile Operating Systems ",
+    title: "Virtual Ghost: Protecting Applications from Hostile Operating Systems",
     published: "Proceedings of the Nineteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2014)",
     month: 3,
     year: 2014,





More information about the llvm-commits mailing list