Diff
Not logged in

Differences From:

File src/name.c part of check-in [5fb14b9a0f] - Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. by eric on 2008-08-21 20:59:01. [view]

To:

File src/name.c part of check-in [0e924820bf] - Tidy up tagview code. by eric on 2008-08-24 20:16:43. [view]

@@ -121,9 +121,9 @@
     " WHERE tagid=(SELECT tagid FROM tag WHERE tagname=%Q||%Q)"
     "   AND tagtype>0"
     "   AND value IS NULL"
     " ORDER BY event.mtime DESC",
-	pPrefix,
+    pPrefix,
     pName
   );
   blob_zero(pUuid);
   while( db_step(&q)==SQLITE_ROW ){
@@ -136,9 +136,9 @@
   db_finalize(&q);
   return count;
 }
 int sym_tag_to_uuid(const char *pName, Blob *pUuid){
-	return tag_to_uuid(pName,pUuid,"sym-");
+    return tag_to_uuid(pName,pUuid,"sym-");
 }
 
 /*
 ** COMMAND:  test-name-to-uuid