ran "indent -gnu"; have not fixed block comment style
[deliverable/binutils-gdb.git] / gprof / dummy.c
index a78caeca21bd0e485abe2a9f1a29e68a0d840d8f..7fa2fd6ae5398c0fbd3ce4e2dccddf28cd2c4778 100644 (file)
@@ -8,11 +8,11 @@
  */
 
 void
-DEFUN(find_call, (parent, p_lowpc, p_highpc),
-      Sym *parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
+DEFUN (find_call, (parent, p_lowpc, p_highpc),
+       Sym * parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
 {
-    fprintf(stderr, "%s: -c supported on this machine architecture\n",
-           whoami);
-} /* find_call */
+  fprintf (stderr, "%s: -c supported on this machine architecture\n",
+          whoami);
+}                              /* find_call */
 
-                       /*** end of dummy.c ***/
+/*** end of dummy.c ***/
This page took 0.023707 seconds and 4 git commands to generate.