Remove some lint.

Change-Id: Ieecd7c10e62bce27e2db38f96d5df9782ef0cff6
diff --git a/src/utils.cc b/src/utils.cc
index c528f1c..63787a8 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -496,10 +496,10 @@
   }
 }
 
-void SetThreadName(const char *threadName) {
+void SetThreadName(const char* threadName) {
   int hasAt = 0;
   int hasDot = 0;
-  const char *s = threadName;
+  const char* s = threadName;
   while (*s) {
     if (*s == '.') {
       hasDot = 1;