]> git.sur5r.net Git - i3/i3/blobdiff - src/floating.c
Make comment style more consistent
[i3/i3] / src / floating.c
index be514ce20e259f6f5db222bfc9639474f8e3eb54..96d7246c15950119f2e97f0d8ff51362bb36ab1f 100644 (file)
@@ -59,7 +59,7 @@ static void floating_set_hint_atom(Con *con, bool floating) {
     xcb_flush(conn);
 }
 
-/**
+/*
  * Called when a floating window is created or resized.
  * This function resizes the window if its size is higher or lower than the
  * configured maximum/minimum size, respectively.