mercurial/diffhelpers.c
changeset 13302 a4e0908ce35b
parent 13297 613b8bd2284e
child 16651 9e40bc4c1bde
equal deleted inserted replaced
13301:4b07578967e6 13302:a4e0908ce35b
   186 	diffhelpers_Error = PyErr_NewException("diffhelpers.diffhelpersError",
   186 	diffhelpers_Error = PyErr_NewException("diffhelpers.diffhelpersError",
   187 	                                        NULL, NULL);
   187 	                                        NULL, NULL);
   188 }
   188 }
   189 #endif
   189 #endif
   190 
   190 
   191 /* Local Variables:      */
       
   192 /* c-file-style: "linux" */
       
   193 /* indent-tabs-mode: t   */
       
   194 /* End:                  */