Remove trailing spaces in misc sources.

Change-Id: I573d4e816112b7401b3c824fbe773b85a8601531
diff --git a/android/main.c b/android/main.c
index de52a7a..0662bfe 100644
--- a/android/main.c
+++ b/android/main.c
@@ -988,7 +988,7 @@
         args[n++] = "off";
     }
 
-    /* Pass boot properties to the core. First, those from boot.prop, 
+    /* Pass boot properties to the core. First, those from boot.prop,
      * then those from the command-line */
     const FileData* bootProperties = avdInfo_getBootProperties(avd);
     if (!fileData_isEmpty(bootProperties)) {
@@ -1003,7 +1003,7 @@
             args[n++] = ASTRDUP(temp);
         }
     }
-    
+
     if (opts->prop != NULL) {
         ParamList*  pl = opts->prop;
         for ( ; pl != NULL; pl = pl->next ) {