]> andersk Git - splint.git/blobdiff - src/ctype.c
Fixed manual typo.
[splint.git] / src / ctype.c
index 81cc6aacaff560a05acec9369a135fbe1051425a..29c0a6bf9533cf1b21828cc210903127aca6ff67 100644 (file)
@@ -236,7 +236,8 @@ ctype_realishType (ctype c)
 bool
 ctype_isUA (ctype c)
 {
-  return (!ctype_isUnknown (c) && ctbase_isUA (ctype_getCtbase (c)));
+  return (!ctype_isUnknown (c) 
+         && ctbase_isUA (ctype_getCtbase (c)));
 }
 
 bool
This page took 0.312905 seconds and 4 git commands to generate.