]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Cosmetic modification.
authorjiri hubacek <jiri.hubacek@gmail.com>
Wed, 4 Feb 2015 16:32:17 +0000 (17:32 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Feb 2015 16:56:15 +0000 (17:56 +0100)
- default case in switch()
- space (instead of tab) after TODO

orte/contrib/shape_android/src/org/ocera/orte/shape_android/PublisherActivity.java

index 07defecfd5adf5b7c6f1f541b6fff5e9f841af42..11e8bab8335a6e12e232457b91b002a31bb08aeb 100644 (file)
@@ -204,7 +204,7 @@ public class PublisherActivity extends Activity {
                        e.setScale(this.getWindowManager().getDefaultDisplay().getWidth(), this.getWindowManager().getDefaultDisplay().getHeight());
                }
                
-               //TODO  When change rotation in Subscriber view,
+               //TODO When change rotation in Subscriber view,
                //              there is no change in Publisher view, which
                //              leads to misbehavior. For example, there
                //              is Publisher of Black color in Publisher view,
@@ -241,6 +241,7 @@ public class PublisherActivity extends Activity {
                        orteManager = new Manager(sp.getString("prefManagers", ""));
                        
                break;
+           default:
            }
 
     }