]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
update copyright notices
[chaz/openbox] / openbox / keyboard.c
index 516503488ac59df1d1c9e8b326e9c693fe35c2ac..7f930f8f574ca55191cb2347c17a4ffd5a78bad7 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    keyboard.c for the Openbox window manager
+   Copyright (c) 2004        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -119,7 +120,7 @@ gboolean keyboard_bind(GList *keylist, ObAction *action)
         return FALSE;
 
     if ((t = tree_find(tree, &conflict)) != NULL) {
-       /* already bound to something, use the existing tree */
+        /* already bound to something, use the existing tree */
         tree_destroy(tree);
         tree = NULL;
     } else
This page took 0.023721 seconds and 4 git commands to generate.