diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
| commit | 8ad51aef1e08623fb97437994d75366a3018e493 (patch) | |
| tree | 31a3d2f3b72b3279a1178ed419604c22e0bcdc52 /tests/focusout.c | |
| parent | 95c58160c16e6d68ede77defebda75ed056623e4 (diff) | |
80 cols everywhere
Diffstat (limited to 'tests/focusout.c')
| -rw-r--r-- | tests/focusout.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/focusout.c b/tests/focusout.c index 1cc7259d..df28ce5d 100644 --- a/tests/focusout.c +++ b/tests/focusout.c @@ -117,7 +117,8 @@ int main () { case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break; @@ -144,7 +145,8 @@ int main () { case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break; @@ -171,7 +173,8 @@ int main () { case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break; @@ -198,7 +201,8 @@ int main () { case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break; |
